nciri / zend-db-model-generator

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

mappers save() $recursive is not generated properly #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run zdmg 0.7rc1 or 0.6 (couldn't find newer) against InnoDB tables with 
relations
2. check mappers/anyFile.php

What is the expected output? What do you see instead?
Expected output:
function save(..., $recursive = false, ...)
 {
...
if ($recursive) {
...
}
...
}

Current output:
function save(..., $recursive = false, ...)
 {
...
the body of this function never mentions if ($recursive) ...
}

What version of the product are you using? On what operating system?
both zdmg 0.7rc1 and 0.6 / win32

Please provide any additional information below.

Original issue reported on code.google.com by CruzMa...@gmail.com on 25 Jun 2012 at 12:52

GoogleCodeExporter commented 8 years ago
works only with the latest git clone...

Original comment by CruzMa...@gmail.com on 25 Jun 2012 at 12:56

GoogleCodeExporter commented 8 years ago
the latest git now includes support for zend framework 2. hopefully soon enough 
i'll be able to create first beta release. :) thanks for your comments.

Original comment by kfirufk@gmail.com on 26 Jul 2012 at 9:15