nciri / zend-db-model-generator

Automatically exported from code.google.com/p/zend-db-model-generator
0 stars 0 forks source link

include.addrequire flag doesn't work #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set include.addrequire to false on config
2. Generate the models
3. The require to the abstract classes will still be there

What is the expected output? What do you see instead?
No require to the abstract classes and interfaces

What version of the product are you using? On what operating system?
ZDMG 0.6, ZF 1.11.11, Ubuntu Linux 11.10, PHP 5.3

Please provide any additional information below.
This can be fixed by moving the require of the abstract classes to the if above 
it. Zend autoloader can takes care of requiring it.

Original issue reported on code.google.com by pedrospdc on 9 Feb 2012 at 2:46

GoogleCodeExporter commented 8 years ago

Original comment by pedrospdc on 18 Feb 2012 at 6:06