Example #1
0
File: core.php Project: no22/gongo
 function __construct($cfg = array())
 {
     $cfg = is_string($cfg) ? parse_ini_file($cfg, true) : $cfg;
     parent::__construct($cfg);
 }