Ejemplo n.º 1
0
 public function __construct($filename)
 {
     $this->filename = $filename;
     $this->p = JsonDB::load($filename);
 }