예제 #1
0
파일: frontend.php 프로젝트: schednyj/icms2
 public function __construct($request)
 {
     parent::__construct($request);
     $this->target_controller = $this->request->get('target_controller');
     $this->target_subject = $this->request->get('target_subject');
     $this->target_id = $this->request->get('target_id');
 }
예제 #2
0
파일: frontend.php 프로젝트: Val-Git/icms2
 public function __construct($request)
 {
     parent::__construct($request);
     $this->images_controller = cmsCore::getController('images');
 }