| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Full Changelog: 5.1.2...5.1.3
Full Changelog: 5.1.1...5.1.2
update version, removed unrelated methods from ezQuery class to globa…
The use of namespace in the global functions ezFunctions.php file.
Usage of the global functions will require the user to begin a .php file something like:
use function ezsql\functions\where;
// Or
use function ezsql\functions\{
getInstance,
selecting,
inserting,
};Class properties that was accessible by magic methods get/set, now PSR 1 camelCase.
update class libraries and tests to match PSR 1, but still backwards with previous way.
Renamed select of ez_mysqli to dbSelect.
Renamed class method and behavior of selecting to select.
selecting, and new inserting methods, can be called without table name, only the other necessary parameters:
Removed global functions where table name passed in, use functions as outlined above using preset table names ending with ing.
fixBug: Conditional Stacked Functions in selecting
continue fixBug: Error when trying to use $db->vardump()
| Back | FazBrowse Home | New Git URL |