Exemple #1
0
 public function __construct($config = null)
 {
     $this->config = array_merge(array('cleanup' => true, 'start' => 'bootstrap' . DIRECTORY_SEPARATOR . 'start.php'), (array) $config);
     parent::__construct();
 }