Exemplo n.º 1
0
 public function __construct()
 {
     $this->_db = db_connect::getInstance();
     $this->_mysqli = $this->_db->getConnection();
     echo $this->PageHeader();
     echo $this->LoadPageBody();
     echo $this->LoadPageFooter();
     $this->_functions = new functions();
 }
 function __construct()
 {
     require_once 'db_connect.php';
     $db = db_connect::getInstance();
     $this->conn = $db->getConnection();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     $this->db = db_connect::getInstance();
     $this->mysqli = $this->db->getConnection();
     echo $this->ReturnCommand();
 }
Exemplo n.º 4
0
 public function __construct()
 {
     $this->db = db_connect::getInstance();
     $this->mysqli = $this->db->getConnection();
     return $this->EditorOptions();
 }
Exemplo n.º 5
0
 public function __construct()
 {
     $this->_db = db_connect::getInstance();
     $this->_mysqli = $this->_db->getConnection();
     $this->_fucntions = new functions();
 }
Exemplo n.º 6
0
 public function __construct()
 {
     $this->db = db_connect::getInstance();
     $this->mysqli = $this->db->getConnection();
     //return $this->getImages();
 }