Exemplo n.º 1
0
 public function __construct($container = NULL)
 {
     // do database check to see that a 'blog' db is present
     $this->categories();
     parent::__construct($container);
 }