Exemplo n.º 1
0
 public function __construct()
 {
     $this->db = sdlib_dbconn::getInstance('local_gw', FALSE, TRUE);
     $this->tbl_place = "`address`.`addr_place`";
     $this->tbl_building = "`address`.`addr_building`";
     $this->list_place = $this->db->getAll("SELECT place FROM {$this->tbl_place}");
     $this->list_building = $this->db->getAll("SELECT building FROM {$this->tbl_building}");
 }
 public function __construct()
 {
     $this->db = sdlib_dbconn::getInstance('local_gw', FALSE, TRUE);
     $this->tbl = "`valorian`.`pregen_page_description_checked`";
 }