public function get_other_list($table) { return parent::getCol($table, '', '', 'tid,name'); }
public function get_other_list($table) { return parent::getCol($table, 'aid,info'); }
public function get_col($col) { return parent::getCol(self::TBL, self::COL); }