Example #1
0
 public function __construct()
 {
     $this->config = Registry::get('config');
     $this->Frame = Registry::frame('front');
     $this->Router = Registry::router();
     $this->currentPath = implode('/', $this->Router->explodeRoute());
     $this->Frame->bindView('menu', $this->buildMenu());
 }