Ejemplo n.º 1
0
 public function __construct($mysqliconnection, $customparams)
 {
     self::$c = $mysqliconnection;
     self::$cust_userid = $customparams['userid'];
     self::$cust_password = $customparams['password'];
     self::$cust_profile = $customparams['profile'];
 }