The Qcodo PHP framework
Anyone who has used Ruby on Rails or another similar scaffolding technology know how powerful it can be. Helping web developers cut down on coding time by using ActiveRecord technology to quickly wire-up databases is a great idea and makes sense for programmers. Qcodo is a PHP 5 open-source framework that aims to provide this same functionality for PHP developers. An article on the site suggests that code generation frameworks and the "meta-programming" done by Qcodo are different, and aims to explain why Qcodo does it better. There is some really great dialog here that details the advantages of meta-programming. Besides how great it is, I think meta-programming is just plain cool, in fact it is a word I wouldn't mind plastered on my chest, to help raise my lower techie ego a few notches. Then I can act all elitist and stuff. Anyway, my wardrobe of hacker shirts aside, I am considering integrating Qcodo into my regular repertoire of PHP constructs if it indeed proves to be what I am looking for, I just need to dig a little deeper first. It looks promising.
More screenshots after the jump...
This screenshot compares traditional PHP forms and Qforms.

Here is some of the actual code.

More screenshots after the jump...
This screenshot compares traditional PHP forms and Qforms.

Here is some of the actual code.












Comments
6
Subscribe to commentsJordan RunningSep 3rd 2006 12:23AM
I don't think calling RoR "scaffolding technology" is accurate, since scaffolding, by its very definition, is something you take down once the real work is done.
glfpSep 3rd 2006 4:22AM
I need the same framework in Java !! I'm searching it without success ... there is someone who knows a similar project in Java language ? PS. Hibernate, Struts, WebWork, Spring, iBatis etc. are NOT similar .... :-)
LeraSep 3rd 2006 6:43AM
I need the same framework in Java too!
Ernest LeitchSep 3rd 2006 4:02PM
I'm curious how this compares with other frameworks like Cake. I've read a lot of good things about it.
georgeSep 4th 2006 9:52AM
I like codeigniter, personally
aluSep 8th 2006 12:45PM
Hi,
qcodo has a very good article about differences RoR,Cake,... vs. QCodo. They have quite some fundamental differences which you should know when choosing the right framework for your job.
http://www.qcodo.com/documentation/article.php/6
ALU