This package is a Web application framework that implements MVC.
It provides base controller and router classes to make requests be handled by controller classes based on the request URL.
A base database object is provided to be extended by actual implementation model classes that define how to access the respective database table records. Model classes and database confuguration scripts are generated using the ant tool.
Views are regular PHP template scripts that can be loaded by controllers using the base router class. |