APLC Framework Overview
APLC is a new PHP5 framework, developed to run under E_STRICT and supporting the GoPHP5 initiative.
Lead by two experienced PHP developers with a combined total of over 10 years in the industry, APLC is targeted at enterprise level systems. You can expect to find cleanly written, unit tested, object oriented code aimed to offer supreme flexibility and promote rapid but maintainable development.
APLC currently features
- A consitent, 100% original collection of utilities following Zend naming conventions.
- A complete MVC-driven framework with focus put on more than just separating one layer from the next
- An XML parsing library for use in templates (like JSP)
- A form building library for rapid development of forms and form processing
- Request routing for clean, configurable URLs without mod_rewrite
- Prepared statement driven database access with support for all large RDBMS systems
- Probably the most lightweight, yet powerful Object Relational Mapping (Object Persistence) system you'll ever find
- Complete Request and response handling (including validation and user & session management)
- A complex Role Based Access Control (RBAC) system
- Multiple-process control to help with large high-workload tasks
Current code status
/Unstable/ (development only)
Copyright and Licensing
APLC is licensed under the terms of GNU GPLv3 and is copyright (c) 2007 Andrew Rose (http://andrewrose.co.uk), Chris Corbyn (http://chriscorbyn.co.uk).
