コード例 #1
0
ファイル: actions.class.php プロジェクト: sgrove/cothinker
 public function executeShow()
 {
     $this->campus = CampusPeer::retrieveBySlug($this->getRequestParameter('slug'));
     $this->forward404Unless($this->campus);
 }