0 ) { self::$table = $table; } } public function loadTableAsArray() { $result = Pdo::fetchTableAsArray( self::getTable()['table'] ); return $result; } public function selectRowsetById($id = false) { // TODO: Implement selectRowsetById() method. } public function insertRowsetById($rowset = array(), $id = false) { // TODO: Implement insertRowsetById() method. } public function selectDatasetByMinMax($min = false, $max = false) { // TODO: Implement selectDatasetByMinMax() method. } public function insertArrayIntoTable($dataset = array()) { // TODO: Implement insertArrayIntoTable() method. } public function nextInsertIndex() { // TODO: Implement nextInsertIndex() method. } }