Example #1
0
 public function __construct($config)
 {
     Config::$configPath = $config['configDir'];
     View::$directory[] = $config['themes'];
     $this->autoLoader = $config['autoLoader'];
     parent::__construct(Config::get('service'));
 }