Exemplo n.º 1
0
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->conf = Kohana::config('steamauth.steamauth');
     if ($this->conf->tables['primary']) {
         $this->set_table($this->conf->tables['primary']->table);
     }
 }
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
 }
 /**
  * constructor
  *
  * @author Andy Bennett
  */
 function __construct()
 {
     // Call the Model constructor
     parent::__construct();
     $this->db = new SteamDatabase();
 }