[phpwebapp-commits] CVS: web_app/doc changes_2.txt,1.3,1.4
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-24 14:22:55
|
Update of /cvsroot/phpwebapp/web_app/doc In directory sc8-pr-cvs1:/tmp/cvs-serv29201/doc Modified Files: changes_2.txt Log Message: Made PagedRS an editable RS (extending EditableRS). Index: changes_2.txt =================================================================== RCS file: /cvsroot/phpwebapp/web_app/doc/changes_2.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** changes_2.txt 8 Sep 2003 13:19:07 -0000 1.3 --- changes_2.txt 24 Sep 2003 14:22:50 -0000 1.4 *************** *** 92,95 **** --- 92,105 ---- --------------------------------------------------------------- + * class PagedRS extends EditableRS (it was: extends Recordset) + + 'PagedRS' does not need to be dynamic, once it is opened, + it doesn't need to be opened a second time. On the other hand, + sometimes it is useful to modify its fields before it rendered + on the page. + + ToDo: Merge class StaticRS with Recordset (make Recordset static + by default) and add another class called DynamicRS to be used for + dynamic recordsets. --------------------------------------------------------------- --------------------------------------------------------------- |