PHP class to access MySQL database wrapper using MySQLi
Stars
78
Forks
58
Watchers
78
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
1
commits
Updated to 2.1.3 for minor cleanup and better error handling
0d2dc80View on GitHubUpdated to 2.1.2: Bugfix for undefined constant in error display.
9944180View on GitHubAdded query results as object options. Simpler data sanitization (escape). Added function affected to get num affected rows for a query.
6a7a61dView on GitHubBugfix pointed out by Miodrag on phpclasses for non-object result freeing.
859fe2cView on GitHubReordering of sanitizing and cleaning functions to provide more consistent storage and output. Updated to 2.0.7
58a536cView on GitHubUpdated to 2.0.6: Added "clean" function to normalize data previously sanitized using "filter"
0fc2896View on GitHubUpdated to 2.0.5: Added insert_multi to allow multi-record insertion via single query. Example file updated to reflect insert_multi example usage.
4297895View on GitHubUpdated internal filtering array map to properly call $this filtering arrays. Updated to 2.0.4
658e4ecView on GitHubCorrected error in table_exists which always returned true. Updated to 2.0.3
d8a251bView on GitHubDoublecheck for SEND_ERRORS_TO constant to prevent errors
337f5f5View on GitHubAdded singleton. Added ENT_QUOTES flag to filter. Updated examplefile. Version updated to 2.0.2
ad9037dView on GitHub