Example #1
0
 function __construct()
 {
     /*********** Includes ***********/
     include_once "../utils/constants.php";
     include_once "../database/conexion.php";
     include_once "../utils/json.php";
     self::$oConexion = new Mysql_Conexion();
     self::$oJson = new JsonUtil();
 }