示例#1
0
 /**
  * get controller select form
  * @return array
  */
 public function getControllerList()
 {
     $db = new ControllerTable();
     $where = array('controller_no <> 0');
     return $db->getPairs(null, null, 0, $where);
 }