Created
April 19, 2016 12:15
-
-
Save Maxghp/9a9b7e1e900c4f9d7161a785dffb139a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ->execute()->getResource()->fetchAll(); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When query not work in php but work in phpmyadmin.
->execute()->getResource()->fetchAll(); //work
->getResource()->fetchAll(); // not work