Qcodo; a PHP development framework

Most PHP developers will use a text editor to build their sites, hand editing the bulk of the code to add everything from the basic database interface to the top end user-level interface and functionality. In general it is not the best of environments and often leads to developers getting bogged down in the minutiae of the process, rather than focus on the functionality of the application they are developing. Part of the reason for this is the comparatively disjointed nature of development; you edit the code in a text editor but can only really access the content through a web browser. Qcodo aims to simplify the development of the core of your application by allowing you to build the application definition and have the code written for you, freeing up you (or your developers) to work on the functionality and interface sides.