Code Cleaning #0002022: Utilisation d'un autoloader

This commit is contained in:
sparkyx 2021-06-20 10:55:55 +02:00
parent 7e4bb86959
commit 5e4b39edbe
404 changed files with 255 additions and 1156 deletions

View file

@ -40,7 +40,7 @@ class DatabaseCore
private $ret;
/**< return value */
private $is_open; /*!< true is connected */
protected $sql; //!< last SQL stmt executed
public $sql; //!< last SQL stmt executed
/*** Connect to a database return an connx to db or false if it fails
*