Menu

php.MVC Web Application Framework Beta 0.3

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

Posted by John Wildenauer 2003-06-18

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.