Exemplo n.º 1
0
 public function __construct($table = '')
 {
     $this->_tablename = $table;
     parent::__construct();
 }
Exemplo n.º 2
0
 public function __construct($collection = '')
 {
     $this->_collection = $collection;
     parent::__construct();
 }