Select Git revision
  • master default
  • release_v1.4.0
  • 1.4.0
  • 1.0.0
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.020Jul16Apr1Nov28Oct4Jul13Jun4Feb7Octrefs #68529: check if mysqli connection is still alive, before using it in CodeIgniterDB1.4.0 release_v…1.4.0 release_v1.4.0refs #68529: CodeIgniterDB now uses MySQL connection established before in the xtc_db_connect functionrefs #68529: CodeIgniterDB now uses MySQL connection established before in the xtc_db_connect functionAdded required "is_php" method.mastermasterAdded class comments and corrected validation.Added the connection string as a parameter to the factory methods so that multiple builders can be built with different connection strings.Corrected autoloading path.Added CIDBFactory class for better mocking support and PSR4 autoloading.Create gitignore file.Added support for CI_DB_Forge class (refs #45679).Updated comment to GX3Removed the exception from the log_message method.Added the CIDBUtils function which will return a CI_DB_utility class that will enable the applications to perform various database operations such as creating a backup.Fixed wrong inclusion path.Fixed wrong inclusion path.Fixed wrong inclusion path.Updated composer.json details.1.0.01.0.0Removed gitignore file.Added the library files (copied from GX2 project files).Initial import