From c33739f87ebf10e494f3c4d16ef4d53876f044f2 Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 23 Jul 2010 14:11:20 -0300 Subject: Adding README and naming changes --- classes/IsisDb.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'classes/IsisDb.php') 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. -- cgit v1.2.3