[geeklog-cvs] MVCnPHP README.txt,1.1.1.1,1.2

tony at geeklog.net tony at geeklog.net
Sat Apr 5 15:15:20 EST 2003


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

Modified Files:
	README.txt 
Log Message:
Added missing text for organization of folders.  Updated requirements to note that these are only for the sample application

Index: README.txt
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/README.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** README.txt	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- README.txt	5 Apr 2003 20:15:18 -0000	1.2
***************
*** 8,12 ****
  
  INTRODUCTION TO MVC
! ORGANIZATION OF BASE MVC
  INSTALLATION
      REQUIREMENTS
--- 8,12 ----
  
  INTRODUCTION TO MVC
! ORGANIZATION OF MVCnPHP
  INSTALLATION
      REQUIREMENTS
***************
*** 44,51 ****
  http://phrame.itsd.ttu.edu/ 
  
! ORGANIZATION OF BASE MVC
  -------------------------
  
! Coming soon...
  
  INSTALLATION
--- 44,55 ----
  http://phrame.itsd.ttu.edu/ 
  
! ORGANIZATION OF MVCnPHP
  -------------------------
  
! MVCnPHP (holds base MVCnPHP code files)
!     contactmanager (folder for sample application)
!         commands (holds commands used in contact manager application)
!         views (holds views used in contact manager application)
!     docs (phpDocumentor documentation)
  
  INSTALLATION
***************
*** 54,59 ****
  REQUIREMENTS
  -------------
! 1) PHP with PEAR::DB
! 2) MySQL 3.23.x or better
  
  INSTALLING THE EXAMPLE
--- 58,65 ----
  REQUIREMENTS
  -------------
! 1) PHP with PEAR::DB (Only needed if you want to run the contact manager 
!    application)
! 2) MySQL 3.23.x or better (Only needed if you want to run the contact manager 
!    application)
  
  INSTALLING THE EXAMPLE
***************
*** 92,95 ****
--- 98,103 ----
  ----
  1) Fill in holes in documentation
+ 2) Remove dependence on $_SESSION superglobal since not all application may
+    use it.
  
  KNOWN BUGS





More information about the geeklog-cvs mailing list