Esempio n. 1
0
 public function __construct($dbName, $tableName)
 {
     $this->_db = Db_Base::factory();
     $this->_dataBaseName = $dbName;
     $this->_tableName = $tableName;
 }