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