Example #1
0
 public static function getStores()
 {
     $stores = Stores::getStores();
     return $stores->toArray();
 }
Example #2
0
 public function indexAction()
 {
     $stores = Stores::getStores();
     $this->view->setVar('Stores', $stores);
 }