예제 #1
0
 public function getmodellist()
 {
     $modellist = new Models();
     return $modellist->fetchAll()->toArray();
 }