Exemplo n.º 1
0
 /**
  * constructor: __construct
  * 
  * creates a connection to the database
  * 
  * parameters:
  * 
  * 		connStr - database connection string
  */
 public function __construct($connStr)
 {
     $this->da = ConnectionFactory::makeConnection($connStr);
 }