Exemplo n.º 1
0
 public function __construct()
 {
     // construct the TBS class
     parent::__construct();
     // load the OpenTBS plugin
     $this->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->Plugin(TBS_INSTALL, OPENTBS_PLUGIN);
     // load OpenTBS plugin
 }