diff options
author | Silvio <silvio@devlet.com.br> | 2010-07-23 14:11:20 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-07-23 14:11:20 -0300 |
commit | c33739f87ebf10e494f3c4d16ef4d53876f044f2 (patch) | |
tree | b9118be218bf8e971933c7235a675afacd56e1e2 /classes/IsisDb.php | |
parent | 746f86a86cb03527ba1d4e695314d7654ecd0766 (diff) | |
download | cinisis-c33739f87ebf10e494f3c4d16ef4d53876f044f2.tar.gz cinisis-c33739f87ebf10e494f3c4d16ef4d53876f044f2.tar.bz2 |
Adding README and naming changes
Diffstat (limited to 'classes/IsisDb.php')
-rw-r--r-- | classes/IsisDb.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/IsisDb.php b/classes/IsisDb.php index 43a51dc..4a2218a 100644 --- a/classes/IsisDb.php +++ b/classes/IsisDb.php @@ -24,17 +24,17 @@ interface IsisDb { * Read an entry from the database. * * @param $id - * Database row id. + * Database entry id. */ public function read($id); /** - * Return number of rows in the database. + * Return number of entries in the database. * * @return - * Number of rows in the database. + * Number of entries in the database. */ - public function rows(); + public function entries(); /** * Return an example database schema. |