-
Notifications
You must be signed in to change notification settings - Fork 62
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
Zend TableGateway can't execute 2 consecutive query #39
Comments
Using PHPUnit test, I got the following result:
And from google lead to https://stackoverflow.com/a/614741/3164944
|
Solved with additional configuration:
Advice? |
Reading the docs suggest the following:
So to me it seem setting Thanks! |
Hi Guys,
Firtsly, I'm sorry if I miss placed the question. After weeks learning the framework with this skeleton, I just desperate facing this issue.
It seems I can't run 2 consecutive query using TableGateway. It's always produce (not just UPDATE):
Here's the code inside ZendUserRepository:
Please, kindly help this newbie here.
Best Regards,
Adit
The text was updated successfully, but these errors were encountered: