I am a newbie in PHP.

I plan to use PHIEND Framework and PHPCodeGenie code generator (sourceforge project) together to mount a CRUD application that maints only one table. That is very simple.

After, I plan to mount a template in order to generate a PHIEND application that can maints many tables (CRUD), using a template engine. Something like Expresso Framework and WebAppWriter code generator, in Java world.

This way, I intend to reduce the code to write and to focus on to build business logic with PHIEND Framework.

But, I don't want reinvent. Is there any solution to this problem in PHP world? Any suggestion?

Thanks in advance.