Ejemplo n.º 1
0
 /**
  * get branch select form
  * @return array
  */
 public function getBranchList()
 {
     $where = array('branch_no <> 0');
     $db = new BranchTable();
     return $db->getPairs(null, null, 0, $where);
 }