Release News: 29.July.2003 - php.MVC Web Application Framework Beta 0.3.1
A CVS snapshot of the latest php.MVC core library is available for download
in tgz or zip format: phpmvc-base Release_2003-07-29_1000
http://www.phpmvc.net/download/cvsIdx.php?doc=cvs-snaps
The PlugIn Dynamic Module Loader :-
PlugIns provide a means of loading and accessing external PHP libraries or modules within php.MVC without the need for hard-coded coupling of the external code to the php.MVC classes. Please see the PlugIn Dynamic Module Loader Guidedocumentation. http://www.phpmvc.net/docs/guides/guidesIdx.php?doc=plug\_in Also the Smarty example module for a working example. http://www.phpmvc.net/download/downloadIdx.php?doc=other-releases File Uploading in php.MVC :-
The file uploading classes provide a means of uploading files from a users computer
to a Web server. The uploaded files can be of varying types including image files, word
processor documents, text files or binary data files. The php.MVC framework uses the
PEAR::HTTP_Upload package as the file upload implementation.
Please see the File Uploading in php.MVC Guide documentation
http://www.phpmvc.net/docs/guides/guidesIdx.php?doc=file_upload
And the File Uploading example module working example
http://www.phpmvc.net/download/downloadIdx.php?doc=other-releases
The Smarty Compiling Template Engine in php.MVC :-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The php.MVC framework now ships with the Smarty Compiling Template Engine.
Please see the Smarty example module</a> working example.
http://www.phpmvc.net/download/downloadIdx.php?doc=other-releases
A "Smarty in php.MVC" guide will be available soon.
John: