Skip to content

Instantly share code, notes, and snippets.

@Maxghp
Created April 19, 2016 12:15
Show Gist options
  • Select an option

  • Save Maxghp/9a9b7e1e900c4f9d7161a785dffb139a to your computer and use it in GitHub Desktop.

Select an option

Save Maxghp/9a9b7e1e900c4f9d7161a785dffb139a to your computer and use it in GitHub Desktop.
->execute()->getResource()->fetchAll();
@Maxghp
Copy link
Copy Markdown
Author

Maxghp commented Apr 19, 2016

When query not work in php but work in phpmyadmin.
->execute()->getResource()->fetchAll(); //work
->getResource()->fetchAll(); // not work

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