Jump to content

Qcodo: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added {{primarysources}} tag to article.undefined
No edit summary
Line 4: Line 4:
The framework consists of two main components: the Code Generator and Qforms -- both of which can be used independently of each other. The Code Generator parses an existing Relational Database structure, and builds an [[ORM]], as well as several remote interfaces (SOAP, AJAX) to the ORM. The ORM in QCodo can be extended to provide user-maintained functionality (via object subclassing). Qforms is a dot-Net inspired templating engine in which each form element is an object exposing its functionality and state via methods and attributes. Qforms maintain page as well as form state, and include the ability to validate fields, trigger events, and associate AJAX calls. Qforms bind tightly to the ORM, allowing developers to rapidly and iteratively change any of three components in the [[MVC]] architecture with little impact to the other components.
The framework consists of two main components: the Code Generator and Qforms -- both of which can be used independently of each other. The Code Generator parses an existing Relational Database structure, and builds an [[ORM]], as well as several remote interfaces (SOAP, AJAX) to the ORM. The ORM in QCodo can be extended to provide user-maintained functionality (via object subclassing). Qforms is a dot-Net inspired templating engine in which each form element is an object exposing its functionality and state via methods and attributes. Qforms maintain page as well as form state, and include the ability to validate fields, trigger events, and associate AJAX calls. Qforms bind tightly to the ORM, allowing developers to rapidly and iteratively change any of three components in the [[MVC]] architecture with little impact to the other components.


QCodo is mature, actively maintained, and has been deployed in production environments for NASA and other organizations. Its current release is Beta 3.1. The framework was conceived and developed by Mike Ho, and his company QuasIdea acts as the central maintainer, providing new features & releases via the QCodo Website.
QCodo is mature, actively maintained, and has been deployed in production environments for NASA and other organizations. Its current release is Beta 0.3.43 The framework was conceived and developed by Mike Ho, and his company QuasIdea acts as the central maintainer, providing new features & releases via the QCodo Website.


== External links ==
== External links ==
Line 13: Line 13:
Zcodo is an official public branch of the Qcodo PHP5 Development Framework.
Zcodo is an official public branch of the Qcodo PHP5 Development Framework.
*http://zcodo.com/
*http://zcodo.com/

Companies which work with Qcodo
*http://thinkclear.com.ar/
*http://quasidea.com
*http://amountaintop.com


{{Application frameworks}}
{{Application frameworks}}

Revision as of 00:09, 18 August 2008

The QCodo Development Framework is an open-source PHP 5 web application framework which builds an Object Relational Model (ORM), CRUD (Create, Retrieve, Update, Delete) UI pages, and AJAX hooks from an existing data model. It additionally includes a tightly-integrated HTML and JavaScript form toolkit which interfaces directly with the generated entities. It is a lightweight framework which can be utilized by small and large Web applications alike.

The framework consists of two main components: the Code Generator and Qforms -- both of which can be used independently of each other. The Code Generator parses an existing Relational Database structure, and builds an ORM, as well as several remote interfaces (SOAP, AJAX) to the ORM. The ORM in QCodo can be extended to provide user-maintained functionality (via object subclassing). Qforms is a dot-Net inspired templating engine in which each form element is an object exposing its functionality and state via methods and attributes. Qforms maintain page as well as form state, and include the ability to validate fields, trigger events, and associate AJAX calls. Qforms bind tightly to the ORM, allowing developers to rapidly and iteratively change any of three components in the MVC architecture with little impact to the other components.

QCodo is mature, actively maintained, and has been deployed in production environments for NASA and other organizations. Its current release is Beta 0.3.43 The framework was conceived and developed by Mike Ho, and his company QuasIdea acts as the central maintainer, providing new features & releases via the QCodo Website.

Zcodo is an official public branch of the Qcodo PHP5 Development Framework.

Companies which work with Qcodo