Exemplo n.º 1
0
 /**
  * Constructor function 
  */
 function __construct(sqlConnect $conx = NULL, $table_name = "")
 {
     parent::__construct($conx, $table_name);
 }