Automatically exported from code.google.com/p/php-pdo-wrapper-class
Stars
1
Forks
5
Watchers
1
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
2
commits
I accidentally removed the stripslashes() for bind params added in an earlier version.
1173433View on GitHubAdded the ability to set your own custom pdo options (issue ID #20), updated the error block to properly output the error messages (Issue ID #4, #7, #11, #12, #17) , updated the delete function to have a proper return (Issue #8), some empty var checking during the backtrace and added stripslashes() on the bind params.
bac8596View on GitHubFixed bug where slashes weren't being properly handled in insert and update methods.
e94708cView on GitHubFixed bug causing error.css file to not be loaded in properly.
51fd448View on GitHubFixed bug with checking php language construct function within function_exists().
a6f39f0View on GitHubUpdated documentation within index.php for newly added setErrorCallbackFunction method.
28e038fView on GitHubUpdated how sqls error are handled within the project. A new function - setErrorCallbackFunction - can now be used to specify a callback function that is automatically called when a sql error occurs. A formatted html/text message will be passed to this callback function as it's only parameter. Debug has been made a private function; therefore it can no longer be called outside of class.db.php.
4b6cfdbView on GitHubWording changes in the Project Overview section of index.php.
148fa81View on GitHubUpdated class.db.php to extend PDO instead of storing and referencing the object as an attribute.
11b00e6View on GitHub