_is_include = false; parent::init(); //error_log('init ' . get_class()); } public function preDispatch() { // TODO 認証ありなしのフラグ } public function indexAction(){ try { //error_log('indexAction ' . get_class()); // 中央新着中古車 $this->_lfAssignUcarForNewUcarList(10); // 中央トレンドランキング_軽自動車 $this->_lfAssignTrendRankingForTopList(5); // 右側昨日よく見られた物件 $this->_lfAssignHotUcarRankingDataList(5); // 右側最新入荷中古パーツ&特殊車両 $this->_lfAssignPartsForNewPartsList(3); // 右側ブログパドック $this->_lfAssignSiteRssData(5); } catch (Exception $e) { //error_log('indexAction exception'); throw $e; } } } ?>