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