Ejemplo n.º 1
0
 function __construct()
 {
     parent::plugin();
 }
Ejemplo n.º 2
0
 function __construct()
 {
     parent::plugin();
     $this->path = str_replace("\\", "/", dirname(__FILE__)) . '/';
 }