コード例 #1
0
 function index()
 {
     $peer = new GalleryCollectionPeer();
     return ActiveRecordUtils::toArray($peer->find());
 }