[geeklog-cvs] MVCnPHP Validator.class.php,1.1.1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Jul 14 12:41:12 EDT 2003


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

Modified Files:
	Validator.class.php 
Log Message:
Now assume MVCnPHP folder is in include_path, also modified it to use new terminology to eliminate confusion

Index: Validator.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/Validator.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** Validator.class.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- Validator.class.php	14 Jul 2003 16:41:10 -0000	1.2
***************
*** 22,31 ****
  * MVC base command object
  */
! require_once dirname(__FILE__) . '/BaseCommand.class.php';
  
  /**
  * MVC form object
  */
! require_once dirname(__FILE__) . '/Form.class.php';
  
  /**
--- 22,31 ----
  * MVC base command object
  */
! require_once 'BaseCommand.class.php';
  
  /**
  * MVC form object
  */
! require_once 'Form.class.php';
  
  /**





More information about the geeklog-cvs mailing list