예제 #1
0
파일: Modelo.php 프로젝트: sincco/devs
 public function __construct()
 {
     # Crear la conexion
     $this->db = Sfphp_BaseDatos::get();
 }
예제 #2
0
파일: SesionDB.php 프로젝트: sincco/sfphp2
 public function __construct()
 {
     $this->_db = Sfphp_BaseDatos::get();
 }