예제 #1
0
 public function __construct($table)
 {
     $this->table = (string) $table;
     parent::__construct($table);
     $this->fluent = $this->getConetar()->startFluent();
     $this->con = $this->getConetar()->conexion();
 }
예제 #2
0
 public function __construct()
 {
     $table = "usuarios";
     parent::__construct($table);
 }