Пример #1
0
 public function gettypeslist()
 {
     $typeslist = new Types();
     return $typeslist->fetchAll()->toArray();
 }