コード例 #1
0
ファイル: FieldType1.class.php プロジェクト: sQcrm/sqcrm
 /**
  * Constructor function 
  */
 function __construct(sqlConnect $conx = NULL, $table_name = "")
 {
     parent::__construct($conx, $table_name);
 }