コード例 #1
0
 public function preExecute()
 {
     parent::preExecute();
     $request = $this->getRequest();
     $this->info = aBlogToolkit::filterForEngine($this->getFilterForEngineParams());
     if (sfConfig::get('app_aBlog_use_bundled_assets', true)) {
         $this->getResponse()->addJavascript('/apostropheBlogPlugin/js/aBlog.js');
     }
 }
コード例 #2
0
ファイル: BaseaBlogActions.class.php プロジェクト: hashir/UoA
 public function preExecute()
 {
     parent::preExecute();
     $request = $this->getRequest();
     $this->info = aBlogToolkit::filterForEngine($this->getFilterForEngineParams());
 }