[geeklog-cvs] MVCnPHP QF_View.class.php,1.2,1.3

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri May 2 14:43:38 EDT 2003


Update of /usr/cvs/geeklog/MVCnPHP
In directory internal.geeklog.net:/tmp/cvs-serv25988

Modified Files:
	QF_View.class.php 
Log Message:
Minor clarification to docs.

Index: QF_View.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/QF_View.class.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** QF_View.class.php	9 Apr 2003 18:54:44 -0000	1.2
--- QF_View.class.php	2 May 2003 18:43:36 -0000	1.3
***************
*** 35,39 ****
  * NOTE: if you use this class you will need to set
  * Controller::setViewDir() and Controller::setCommandDir()
! * to the same directory lest you want to duplicate code.
  *
  * @author Tony Bibbs <tony at geeklog.net>
--- 35,41 ----
  * NOTE: if you use this class you will need to set
  * Controller::setViewDir() and Controller::setCommandDir()
! * to the same directory lest you want to duplicate code. Also,
! * it goes without saying you'll need to make sure you have installed
! * PEAR::HTML_QuickForm prior to using this.
  *
  * @author Tony Bibbs <tony at geeklog.net>





More information about the geeklog-cvs mailing list