Esempio n. 1
0
 public function init()
 {
     parent::init();
     $this->category = new Category();
     $this->article = new Article();
     //$this->categories = parent::$categoryArr;
 }
Esempio n. 2
0
 public function init()
 {
     parent::init();
     $this->article = new Article();
 }
Esempio n. 3
0
 public function init()
 {
     parent::init();
     $this->category = new Category();
 }