php.MVC Web Application Framework News
Status: Beta
Brought to you by:
jwilde
New functionality added in this release:
Action Chains :-
This allows for Forwarding control to another Action. Using Action chains in php.MVC we can pass processing control from one Action to another Action. For example we might want to process an order using one Action class \(Eg: MakeOrder\), and then send an email confirmation using another Action \(Eg: EmailOrderConfirm\). This behavour is declared in the XML configuration file. New - View the guide online: http://phpmvc.net/docs/guides/ActionChains.html Download the example module and guide: http://phpmvc.net/download/actionchains.tgz http://phpmvc.net/download/actionchains.zip Pear::DB Database Abstraction Layer Integration :-
This release provides integration of the PEAR::DB
database abstraction layer with the php.MVC framework.
This provides for multiple datasources to be specified per
php.MVC application, via the XML configuration file.
New - View the guide online:
http://phpmvc.net/docs/guides/Pear_DB.html
Download the example module and guide:
http://phpmvc.net/download/pear-mysql-db.tgz
http://phpmvc.net/download/pear-mysql-db.zip