Exemplo n.º 1
0
 function Cnx()
 {
     $this->link = StaticConnection::getHandle();
     self::$host = '';
     self::$login_mysql = '';
     self::$password_mysql = '';
     self::$db = '';
 }
Exemplo n.º 2
0
 function Cnx()
 {
     $this->link = StaticConnection::getHandle();
 }