Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Oct 13, 2015 · 2 comments
Open

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

GoogleCodeExporter opened this issue Oct 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 25 Jun 2012 at 12:52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant