public function before() { parent::before(); $this->template->scripts[] = 'media/js/jquery-1.7.1.min'; $this->template->scripts[] = 'media/js/jquery.MultiFile.pack.js'; $this->template->scripts[] = 'media/js/upload.js'; }
public function before() { parent::before(); }
public function before() { parent::before(); //Вывод в шаблон $this->template->page_title = 'Статии'; }
public function before() { parent::before(); $this->template->page_title = 'Покупательи'; }
public function before() { parent::before(); //Вывод в шаблон $this->template->page_title = 'Производительи'; }
public function __construct($request, $response) { parent::__construct($request, $response); $this->init(); }