Exemplo n.º 1
0
 function __construct()
 {
     global $prefix;
     $db_connection = new dbConnection();
     $this->link = $db_connection->connect();
     ini_set("soap.wsdl_cache_enabled", "0");
     self::$sms_client = new SoapClient('http://87.107.121.54/post/Send.asmx?wsdl', array('encoding' => 'UTF-8'));
     $this->parameters['username'] = "";
     $this->parameters['password'] = "";
     $this->parameters['from'] = "";
     return $this->link;
 }