[geeklog-cvs] MVCnPHP/quickform index.php,1.3,1.3.2.1

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Fri Jul 18 14:56:06 EDT 2003


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

Modified Files:
      Tag: rel-1-0-php5-port
	index.php 
Log Message:
Ported most classes to PHP5, not using exceptions yet.  This has not been tested.


Index: index.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/quickform/index.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** index.php	14 Jul 2003 16:36:35 -0000	1.3
--- index.php	18 Jul 2003 18:56:04 -0000	1.3.2.1
***************
*** 28,32 ****
  // This is the path to the MVCnPHP folder, be sure to include
  // trailing slash.
! $mvcBase = '/path/to/MVCnPHP/';
  
  // Force the include_path PHP is using to include the MVC path.  If this is
--- 28,32 ----
  // This is the path to the MVCnPHP folder, be sure to include
  // trailing slash.
! $mvcBase = '/var/www/projects/MVCnPHP/';
  
  // Force the include_path PHP is using to include the MVC path.  If this is
***************
*** 41,45 ****
  
  $configData = $mvcBase . 'quickform/mvcconfig.xml'; 
! $controller = &new Controller($configData, MVC_XML);
  $controller->setMVCBase($mvcBase);
  $controller->setBaseURL('http://localhost/MVCnPHP/quickview');
--- 41,45 ----
  
  $configData = $mvcBase . 'quickform/mvcconfig.xml'; 
! $controller = new Controller($configData, MVC_XML);
  $controller->setMVCBase($mvcBase);
  $controller->setBaseURL('http://localhost/MVCnPHP/quickview');





More information about the geeklog-cvs mailing list