This package is a Web application development framework.
It provides several classes to simplify the development of Web sites and applications.
Currently it provides classes for database access, database table wrapper, ORM, content caching, configuration access, error handling, logging, front controller, manage request responses, session management and template processing.
| Project record: |
webapi |
| Popularity score: |
12.33 |
| Vitality score: |
29.3 |
| There are not enough user ratings to display for this class. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
db (3 files) |
main (6 files) |
out (3 files) |
| File |
Role |
Description |
Database.php |
Class |
Database object to hold the DB connection |
Object.php |
Class |
Abstraction class for any object that stores info in the database (e.g. User) |
Table.php |
Class |
Object for specific tables in the database |
| File |
Role |
Description |
Request.php |
Class |
Processes a certain request for the script (e.g. login, staticpage, ...) |
Session.php |
Class |
Holds session information such as POST, GET, and SESSION data |
Template.php |
Class |
Holds a template for the script |