[phpwebapp-commits] CVS: web_app/database class.PagedRS.php,1.14,1.15
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2005-10-21 12:18:10
|
Update of /cvsroot/phpwebapp/web_app/database In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21737/database Modified Files: class.PagedRS.php Log Message: Index: class.PagedRS.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/database/class.PagedRS.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** class.PagedRS.php 23 Jul 2004 09:40:17 -0000 1.14 --- class.PagedRS.php 21 Oct 2005 12:17:48 -0000 1.15 *************** *** 25,29 **** /** ! * Same as class Recordset, but gets from the DB only a certain * page out of all the results that can return the query. A page * is a group of consecutive records; all the pages have the same --- 25,29 ---- /** ! * Same as class EditableRS, but gets from the DB only a certain * page out of all the results that can return the query. A page * is a group of consecutive records; all the pages have the same |