Qcodo PHP development framework progress
Qcodo is perfect code-less-do-more php framework. It is a powerful combination of Code generator and neat (ajax and buzzword stuff) stateful QForm/QControl/QPanel frontend (view) controls. Shortlist of features:
- Code generation engine which offers support for non database-based data sources (like REST/SOAP/RSS servers/services, etc.), as well as a single, modularized Codegen Settings (XML) file to be able to perform codegens against an unlimited number of data sources all in one shot.
- The new Qcodo Query API - a fully object oriented approach to performing SQL Load queries
- Added emphasis on security and ease of deploying-to-production: (qcodo directories can be installed anywhere on your server, not just in docroot).
- Centralized HTML Entities and secured/”locked down” print functionality to, by default, always perform HTML entities (this is of course always explicitly overridable)
- Advanced Form Validation, along with the addition of Form_Validate() for custom form-level validation.
- And as a bonus, the much anticipated examples site page on handling multiple QForms by using custom QPanels.
- Release Management System, including the Qcodo Update Service. Kinda “Windows Update” for your Qcodo installation… only better.
- Full XHTML compatibility — and the examples site was rewritten and completely validated against XHTML 1.1