コード例 #1
0
ファイル: StoreComponent.php プロジェクト: inno-v/LinInLiao
 public static function getStores()
 {
     $stores = Stores::getStores();
     return $stores->toArray();
 }
コード例 #2
0
ファイル: IndexController.php プロジェクト: inno-v/LinInLiao
 public function indexAction()
 {
     $stores = Stores::getStores();
     $this->view->setVar('Stores', $stores);
 }