Db.php updated to 1.4
added time addingparameter to formatDate function
--------------------------------------------------------------------------------------------------------------------------------------
Db.php updated to 1.3
HelperDb.php updated to 0.2
Added method and fields for "set search_path schema"
--------------------------------------------------------------------------------------------------------------------------------------
Dixes to Db and HelperDb class
changeds for DbUtils\Db.php
moved methods from DbHelper to Db
changeds for Helper\HelperDb.php
added type check methods
Added new classes which could be used instead DbUtils.php
These classes are located at include/classes/DbUtils/ folder
The main class is Db.php which depends on DbMapper class and includes static functions
Also created HelperDb class which has methods which isusefull when inserting or updating values in table
changes for DbUtils\Db.php
released version 1.0 which has methods used in old DbUtils.php
changes for DbUtils\DbMapper.php
released version 0.1
changes for DbUtils\Helper\HelperDb.php
released version 0.1
-----------------------
changes for DbUtils.php
Version 2.2.1
* fixed Microsoft SQL server support
Version 2.2
* fixed getDsn function
* enhanced formatDate function
* also added separate functions.php file with alternative functions of php: empty and var_dump.
Version 2.1
* added function isEmpty(). Unlike standart empty function isEmpty also assigns true if value contains whitespaces, newlines, tab.
-----------------------------------------------------------------------------------------------------------------------------------------
Version 2.0
* added function formatDate with more flexibility, it can suggest separator from parameters, format and change from one format to another
-----------------------------------------------------------------------------------------------------------------------------------------
Version 1.9
* Removed connect function and con identifier instead class extends PDO and uses parent method directly
* Optimised code
* Bug fixes
|