As far as I know, many PHP frameworks use syntactic sugar to provide illusion of real functions. Some provide scaffolding/skeleton generation, which is limited. Syntactic sugar is slow and IDE/editors do not provide intellisense for Syntactic sugar functions/methods and member data. I'm wondering if there any tool/framework to generate PHP code based on some popular frameworks and built around a relational schema? Thanks in advance.
+1
A:
I found QCodo http://www.qcodo.com/wiki/article/background/metaprogramming which satisfies requirements. Thank you very much for participating. You all earned my vote.
Viet
2010-01-03 18:17:01
+1
A:
Zend_Framework has code generator called Zend_Tool, tough it's still unstable.
erenon
2010-01-03 18:22:03
Thanks erenon. Did not know until you told :)
Viet
2010-01-03 18:53:40