tags:

views:

73

answers:

2

I'm developing a framework which programs parts of itself dynamically after creating ER-Diagrams in the backend. As a PHP newbie I wonder if there's anything much fancier than just opening a plain xyz.php text file and then adding the dynamically generated code to that file?

+3  A: 

Yes, try out Zend_CodeGenerator

Gordon
+2  A: 

Or ezcPhpGenerator

FractalizeR