Ejemplo n.º 1
0
 function __construct($ctn)
 {
     parent::__construct($ctn);
     $this->smtp = $this->ctn['config']['smtp'];
     $this->debug = false;
     $this->pebug->log("core_email_model::__construct()");
 }
Ejemplo n.º 2
0
 function __construct($ctn)
 {
     parent::__construct($ctn);
     $this->pebug->log("core_wordpress_model::__construct()");
     $this->wp = $ctn['config']['wordpress'] . "wp-blog-header.php";
     if (!file_exists($this->wp)) {
         $this->pebug->error("core_wordpress_model::__construct(): WP not found!");
     }
 }
Ejemplo n.º 3
0
 function __construct($ctn)
 {
     parent::__construct($ctn);
     $this->pebug->log("accounts_model::__construct()");
 }
Ejemplo n.º 4
0
 function __construct($ctn)
 {
     parent::__construct($ctn);
     $this->pebug->log("core_i18n_model::__construct()");
 }
Ejemplo n.º 5
0
 function __construct($ctn)
 {
     parent::__construct($ctn);
     $this->pebug->log("characters_model::__construct()");
 }
Ejemplo n.º 6
0
 function __construct($ctn)
 {
     parent::__construct($ctn);
 }