WASP-PHP 1.2 review

Download
by rbytes.net on

WASP is a multi-tier web application framework built on Object Oriented PHP5. The framework is a simplified Model View Controller ar

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Brian Fioca
0 stars award from rbytes.net

WASP is a multi-tier web application framework built on Object Oriented PHP5.

The framework is a simplified Model View Controller architecture. The controller is built by adding content "Chunks" to "UIModules".

The Model portion of the framework wraps PEAR DB_DataObjects in a business object layer. The View portion currently makes use of PEAR Html_Template_Flexy, but can be easly reimplemented using different template managers (or none at all) via the power of OO Interfaces.

WASP was written from the ground up in pure Object Oriented PHP5. WASP fully utilizes all of the OO enhancements made to PHP in version 5 including public/protected/private encapsulation, abstract classes and interfaces, class autoloading, and exception handling.

What's New in This Release:
This release included functions to make form validation automatic and easy to do.
It also included a library of validation functions that you can use to validate common things like phone numbers, zip codes, and dates.
These functions will conveniently output standard error messages that you can easily override or customize.

WASP-PHP 1.2 search tags