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