Exemplo n.º 1
0
 public function load($filename, $path = "")
 {
     $result = One_Script_Factory::load($filename, $path);
     if ($result === false) {
         $this->error = One_Script_Factory::$error;
         return false;
     }
     $this->parse($result, $filename, $path);
 }