[geeklog-cvs] MVCnPHP MVC_XMLParser.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:40:56 EDT 2003


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

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

Index: MVC_XMLParser.class.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/MVC_XMLParser.class.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** MVC_XMLParser.class.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- MVC_XMLParser.class.php	14 Jul 2003 16:40:54 -0000	1.2
***************
*** 61,64 ****
--- 61,70 ----
      
      /**
+     * @access private
+     * @var object
+     */
+     var $_parser = null;
+     
+     /**
      * Constructor
      *





More information about the geeklog-cvs mailing list