techno-express
released this
fixBug: Conditional Stacked Functions in selecting
Assets
2
techno-express
released this
continue fixBug: Error when trying to use $db->vardump()
Assets
2
techno-express
released this
- bug fix #163
- added
debugOn()anddebugOff()methods for simpler way to turn On/Off echoing output forvarDump()
Assets
2
techno-express
released this
fixBug: Creating default object from empty value in pgsql
Assets
2
techno-express
released this
in reference to #154
Assets
2
techno-express
released this
- improved
querymethod - improved/bug fix
query_preparedmethod - updated
register_errorto display errors directly, ifshow_erroris on
Calling queryResult now correctly returns last result objects under all SQL driver vendors
Assets
2
techno-express
released this
- added general
secureSetupandsecureResetmethods for secure SQL connections, still work in progress - removed string passing option from where clause shortcut method, accept array format only
- bug fix #153
- updated the docs
Assets
2
techno-express
released this
This version 4 has many modern programming practices in which will break users of Version 3.
- This version require PHP 7.0
- Added
Databaseclass, responsible for class instances, it an combination of Factory Pattern and with an Dependency_injection container. - Added additional interfaces.
- All methods properties public access has been removed. use
get{property},set{property}methods instead. - Class and File names changed.
- Following PSR-2, PSR-4, PSR-11 conventions, and PSR-1 as a work in progress.
- Updated documentation in reference to #142
See read-me for proper installation and usage.
Assets
2
- added
create_cachemethod will be used if cache is on, and directory doesn't exits. set directory withsetCache_Dir(path);default is 'tmp/ez_cache' - changed some
ez_sql_core.phpproperties to protected and added general__callmethod for access: get{property}, set{property}. - various bug fixes, #150
Note: This is last release under the branch, will only receive bug fixes when reported. Next version master will carry is 4. https://github.com/ezSQL/ezSQL/tree/v4