[geeklog-cvs] MVCnPHP README.txt,1.5,1.6

tony at geeklog.net tony at geeklog.net
Mon Dec 8 22:16:13 EST 2003


Update of /usr/cvs/geeklog/MVCnPHP
In directory geeklog_prod:/tmp/cvs-serv23979

Modified Files:
	README.txt 
Log Message:
Added snippets on persistence manager and a link to the documentation

Index: README.txt
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/README.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** README.txt	28 Aug 2003 01:31:22 -0000	1.5
--- README.txt	9 Dec 2003 03:16:10 -0000	1.6
***************
*** 16,19 ****
--- 16,22 ----
      INSTALLING THE QUCKFORM EXAMPLE
      INSTALLING FOR GENERAL USE
+ THE PERSISTENCE MANAGER
+     PERSISTENCE MANAGER REQUIREMENTS
+ DOCUMENTATION
  TODO
  KNOWN BUGS
***************
*** 149,152 ****
--- 152,177 ----
  3) ...coming soon
  
+ THE PERSISTENCE MANAGER
+ -----------------------
+ 
+ Unique to this MVC impelmentation is a set of classes for implementing object-relational
+ mappings between your MVCnPHP models and your backend database.  Using the persistence
+ manager can reduce or eliminate the amount of database coding youwould normally have to do
+ in your models.  Use of the persistence manager is optional however we do encourage you to
+ give the persistence manager version of the contact manage a look so that you can see the
+ difference for yourself.
+ 
+ PERSISTENCE MANAGER REQUIREMENTS
+ --------------------------------
+ 
+ To use the Persistence Manager, we require PEAR::DB be installed.  With fairly new versions
+ of PHP PEAR::DB is installed by default.
+ 
+ DOCUMENTATION
+ -------------
+ 
+ The programming documentation for this package can be found at:
+ http://project.geeklog.net/~tony/docs/MVCnPHP/
+ 
  TODO
  ----
***************
*** 164,170 ****
  -------
  
! This package is considered a release condidate and is unsupported.  Once it is deemed stable
! we will release a supported package.  Until that time, send any bugs, comments or
! questions to Tony Bibbs, tony at geeklog.net.
  
  CREDITS
--- 189,194 ----
  -------
  
! This package is considered a production quality and is supported. Please send any bugs,
! comments or questions to Tony Bibbs, tony AT geeklog DOT net.
  
  CREDITS





More information about the geeklog-cvs mailing list