예제 #1
0
 public function __construct($chave = '', $tabela = '', $apelido = '')
 {
     $this->chave = $chave;
     $this->tabela = strtoupper(!empty($tabela) ? $tabela : str_replace('Model', '', get_class($this)));
     $this->apelido = $apelido;
     parent::__construct(CNX_dbname, CNX_drive, CNX_host, CNX_user, CNX_pass, CNX_MEN_CON);
 }
예제 #2
0
파일: app.php 프로젝트: billythekiid/zup
 public function __construct()
 {
     parent::__construct();
 }