Qcodo: Difference between revisions
No edit summary |
→Uses: uncited |
||
(102 intermediate revisions by 71 users not shown) | |||
Line 1: | Line 1: | ||
The QCodo Development Framework (http://www.qcodo.com) is an open-source PHP 5 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. |
|||
{{refimprove|date=March 2014}} |
|||
⚫ | The framework consists of |
||
{{Infobox Software |
|||
| name = Qcodo |
|||
| logo = |
|||
| screenshot = |
|||
| caption = |
|||
| author = Mike Ho, Quasidea Development |
|||
| developer = Qcodo Community |
|||
| discontinued = no |
|||
| released = {{release date|2005|10|18}} |
|||
| latest release version = 0.6.0 |
|||
| latest release date = {{release date|2024|05|05}}<ref name=autogenerated1>[https://packagist.org/packages/qcodo/qcodo Qcodo PHP Development Framework]</ref> |
|||
| operating system = [[Cross-platform]] |
|||
| platform = |
|||
| language = |
|||
| programming_language = [[PHP]], [[SQL]] |
|||
| genre = [[Web application framework]] |
|||
| license = [[MIT License]] |
|||
| website = {{url|http://www.qcodo.com/}} |
|||
}} |
|||
{{Portal|Free and open-source software}} |
|||
'''Qcodo''' is an open-source [[PHP]] [[web application framework]] which builds an object-relational model (ORM),<ref name="Qcodo20110217B">{{cite book |last1=Porębski |first1=Bartosz |last2=Przystalski |first2=Karol |last3=Nowak |first3=Leszek |title=Building PHP applications with Symfony, CakePHP, and Zend framework |date=2011 |publisher=Wiley Pub |location=Indianapolis, Ind. |isbn=9781118067925 |page=64 |url=https://books.google.com/books?id=gTEl2mWGNtAC&pg=PA64 |access-date=6 May 2022}}</ref> [[CRUD]] (create, retrieve, update, delete)<ref name="Inforworld20110126">{{cite web |last1=Grehan |first1=Rick |title=Fabulous PHP frameworks: Qcodo, Lithium, Seagull, and Yii |url=https://www.infoworld.com/article/2625192/fabulous-php-frameworks--qcodo--lithium--seagull--and-yii.html |website=[[InfoWorld]] |publisher=[[International Data Group|IDG Communications, Inc.]] |access-date=6 May 2022 |ref=26 Jan 2011}}</ref> 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 robust, comprehensive framework which can be utilized by small and large Web applications alike. |
|||
== Structure == |
|||
The framework is fundamentally different from other PHP frameworks such as [[CakePHP]], the [[Zend Framework]], and [[Symfony]] in that the [[ORM]] is pre-built and incurs no run-time reflection cost. Another differentiator is the ease with which the ORM can be extended via user-maintained subclasses, enabling a complete data-model rebuild that does not overwrite user-maintained ORM objects -- a common complaint among framework users. |
|||
⚫ | The framework consists of three main components: a code generator, QForms<ref name="Qcodo20110217B"/> (OOP generated [[stateful]] [[Ajax (programming)|Ajax]]- or server-processed [[webform]]), QQuery (OOP based SQL query builder) -- all of which can be used independently of each other. The code generator parses an existing relational database structure, and builds an [[object-relational mapping]] (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 an [[ASP.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 [[model–view–controller]] (MVC) architecture with little impact to the other components. |
|||
QCodo is mature, actively maintained, and has been deployed in production environements for NASA and other organizations. It's current release is Beta 3.1. The framework was concieved and developed by [[Mike Ho]], and his company QuasIdea acts as the central maintainer, providing new features & releases via the QCodo Website. |
|||
The Qcodo Package Manager (QPM) was introduced starting with Qcodo v0.4.0 to allow community members a much more streamlined and efficient way to post and share modules, enhancements and fixes of the Qcodo development framework with each other. The Qcodo.com website can be used to view user-submitted QPM packages that community members have contributed at the QPM Section of the website. |
|||
Demos and presentations are available at http://qcodo.com/demos/ |
|||
Qcodo was conceived and developed by Mike Ho, and his company Quasidea Development acts as the central maintainer with dozens of contributors from the Qcodo Community that provide new features and releases via the Qcodo website. |
|||
The website, itself, is written in Qcodo and custom developed for the community, including suite of tools like online forums, bug/issue tracking, online showcase and QPM management. It is integrated with [[GitHub]] to manage releases of the Qcodo Framework itself. The code for Qcodo.com is also open sourced and available at [[GitHub]] as well. |
|||
== Uses == |
|||
The framework is mature and has been deployed in many production environments in everything from highly trafficked social networks to large Fortune 500 and government organizations, including: |
|||
* NASA Online Project Information System<ref>Levri, J.A.; Deng, B.; Welch, J.; Ho, M.C.; Hogan, J.A. (2009) "Online Project Information System (OPIS) Description, Annual Reporting Outcomes, and Resulting Improvements" 39th International Conference on Environmental Systems, [http://www.sae.org/technical/papers/2009-01-2513 SAE 2009-01-2513].</ref> |
|||
* NASA Exploration Life Support |
|||
* Stanford University School of Medicine, Biomedical Informatics Research |
|||
* Uloop, the largest student-to-student Classifieds network |
|||
* Chess.com, the largest Chess-focused social network |
|||
* Academy of Country Music, the official website |
|||
* Delo.si, the official website of [[Delo (newspaper)|Delo]], the major daily newspaper of Slovenia |
|||
==References== |
|||
{{reflist}} |
|||
== External links == |
|||
* {{Official website|http://www.qcodo.com}} |
|||
{{br}} |
|||
{{Application frameworks}} |
|||
[[Category:Free content management systems]] |
|||
[[Category:Web frameworks]] |
|||
[[Category:Software using the MIT license]] |
Latest revision as of 16:12, 23 July 2024
This article needs additional citations for verification. (March 2014) |
Original author(s) | Mike Ho, Quasidea Development |
---|---|
Developer(s) | Qcodo Community |
Initial release | October 18, 2005 |
Stable release | 0.6.0
/ May 5, 2024[1] |
Written in | PHP, SQL |
Operating system | Cross-platform |
Type | Web application framework |
License | MIT License |
Website | www |
Qcodo is an open-source PHP web application framework which builds an object-relational model (ORM),[2] CRUD (create, retrieve, update, delete)[3] 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 robust, comprehensive framework which can be utilized by small and large Web applications alike.
Structure
[edit]The framework consists of three main components: a code generator, QForms[2] (OOP generated stateful Ajax- or server-processed webform), QQuery (OOP based SQL query builder) -- all of which can be used independently of each other. The code generator parses an existing relational database structure, and builds an object-relational mapping (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 an ASP.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 model–view–controller (MVC) architecture with little impact to the other components.
The Qcodo Package Manager (QPM) was introduced starting with Qcodo v0.4.0 to allow community members a much more streamlined and efficient way to post and share modules, enhancements and fixes of the Qcodo development framework with each other. The Qcodo.com website can be used to view user-submitted QPM packages that community members have contributed at the QPM Section of the website.
Qcodo was conceived and developed by Mike Ho, and his company Quasidea Development acts as the central maintainer with dozens of contributors from the Qcodo Community that provide new features and releases via the Qcodo website.
The website, itself, is written in Qcodo and custom developed for the community, including suite of tools like online forums, bug/issue tracking, online showcase and QPM management. It is integrated with GitHub to manage releases of the Qcodo Framework itself. The code for Qcodo.com is also open sourced and available at GitHub as well.
Uses
[edit]The framework is mature and has been deployed in many production environments in everything from highly trafficked social networks to large Fortune 500 and government organizations, including:
- NASA Online Project Information System[4]
- NASA Exploration Life Support
- Stanford University School of Medicine, Biomedical Informatics Research
- Uloop, the largest student-to-student Classifieds network
- Chess.com, the largest Chess-focused social network
- Academy of Country Music, the official website
- Delo.si, the official website of Delo, the major daily newspaper of Slovenia
References
[edit]- ^ Qcodo PHP Development Framework
- ^ a b Porębski, Bartosz; Przystalski, Karol; Nowak, Leszek (2011). Building PHP applications with Symfony, CakePHP, and Zend framework. Indianapolis, Ind.: Wiley Pub. p. 64. ISBN 9781118067925. Retrieved 6 May 2022.
- ^ Grehan, Rick. "Fabulous PHP frameworks: Qcodo, Lithium, Seagull, and Yii". InfoWorld. IDG Communications, Inc. Retrieved 6 May 2022.
- ^ Levri, J.A.; Deng, B.; Welch, J.; Ho, M.C.; Hogan, J.A. (2009) "Online Project Information System (OPIS) Description, Annual Reporting Outcomes, and Resulting Improvements" 39th International Conference on Environmental Systems, SAE 2009-01-2513.
External links
[edit]