[geeklog-cvs] MVCnPHP BaseLoader.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:39:29 EDT 2003


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

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

Index: BaseLoader.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/BaseLoader.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** BaseLoader.class.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- BaseLoader.class.php	14 Jul 2003 16:39:27 -0000	1.2
***************
*** 69,73 ****
              $mapping->setTypePath($viewsDir);
          } else {
!             $mapping->setName($this->_arrayData[MVC_MODELS][$name][MVC_NAME]);
              $mapping->setType('command');
              $mapping->setTypePath($commandsDir);
--- 69,73 ----
              $mapping->setTypePath($viewsDir);
          } else {
!             $mapping->setName($this->_arrayData[MVC_COMMANDS][$name][MVC_NAME]);
              $mapping->setType('command');
              $mapping->setTypePath($commandsDir);





More information about the geeklog-cvs mailing list