示例#1
0
文件: download.php 项目: ratbird/hope
 /**
  * Overwritten constructor of the controller. Ensures no cid
  * is present the request.
  *
  * @param Trails_Dispatcher $dispatcher
  */
 public function __construct($dispatcher)
 {
     if (Request::get('cid')) {
         Request::set('cid', null);
     }
     parent::__construct($dispatcher);
 }
示例#2
0
文件: calendar.php 项目: ratbird/hope
 public function __construct($dispatcher)
 {
     parent::__construct($dispatcher);
 }