Home     PHP / Javascript / Ajax
PHP Qcubed Script

PHP Script Codes > development-tools

Qcubed Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 160

PHP Script Codes > Qcubed
Building on top of jQuery, with OOP at its core, QCubed provides a powerful solution for building database-driven Web 2.0 applications.
QCubed (pronounced 'Q' - cubed) is a PHP5 Model-View-Controller framework. The goal of the framework is to save the time for developers around mundane, repeatable tasks - allowing them to concentrate on things that are useful AND fun.
How many times have you written that SQL query, and then parsed out the results?
There are two key elements to the framework: the Code Generator, and the event-driven, stateful user interface framework (QForms).
The Code Generator creates PHP classes based on your database schema.

QForms provide a framework for a true model-view-controller infrastructure in your application.
Using standard HTML, create a layout of your page (view) and use the code-generated ORM classes to read and write from the database (model).