コード例 #1
0
ファイル: Insert.php プロジェクト: radicalsuz/amp
 function SQL_Query_Insert($table = null)
 {
     parent::SQL_Query($table, 'insert');
 }