Пример #1
0
 function DB_Blufeedme($host, $database, $user, $pass)
 {
     parent::DB_Blufeedme();
     $this->Host = $host;
     $this->Database = $database;
     $this->User = $user;
     $this->Password = $pass;
 }