Cgiapp.class.php 2.0.0 review
DownloadCgiapp.class.php is a port of CGI::Application to PHP
|
|
Cgiapp.class.php is a port of CGI::Application to PHP. Cgiapp.class.php utilizes Smarty as its default templating engine, much as CGI::Application uses HTML::Template, due to its prevalence and acceptance in the PHP community.
Due to PHP's built-in session support, it also adds two methods, s_param() and s_delete(), to handle session parameters.
A number of static methods have also been included to facilitate error handling and array/hash conversion.
Requirements:
PHP (Version 4 branch)
Smarty PHP template engine
PHP (Version 5 branch) (optional)
What's New in This Release:
This marks the first stable release of the Cgiapp2 series.
The 2.x series of Cgiapp completes a PHP5 port of Cgiapp2.
Important new features include an extensive, powerful, and flexible callback system.
Template engines have now been moved to a plugin system, and Cgiapp2 ships with Smarty, Savant2/3, and XSLT plugins.
Extensive error and exception handling was added.
A simple, flexible sample front controller class was added.
Cgiapp.class.php 2.0.0 keywords