views:

150

answers:

4

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.

+2  A: 

Try Zend Framework

Jan
+4  A: 

I think Symfony has something that you might find interesting

AntonioCS
+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
+1  A: 

Zend_Framework has code generator called Zend_Tool, tough it's still unstable.

erenon
Thanks erenon. Did not know until you told :)
Viet