public function init() { parent::init(); $this->categories = Categories::getInstance(); $this->articles = Artciles::getInstance(); $this->applyTemplateController('Controller\\articles\\Template'); }
public function init() { parent::init(); $this->addDependance('bbcode\\SBBCodeParser'); $this->myNum = self::$num; self::$num++; }
public function init() { parent::init(); $this->addDependance('bbcode\\SBBCodeParser'); }