openfrog
openfrog

Reputation: 40735

Strategy to auto-generate PHP code?

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?

Upvotes: 2

Views: 810

Answers (2)

Vladislav Rastrusny
Vladislav Rastrusny

Reputation: 29985

Or ezcPhpGenerator

Upvotes: 2

Gordon
Gordon

Reputation: 316969

Yes, try out Zend_CodeGenerator

Upvotes: 3

Related Questions