示例#1
0
文件: Insert.php 项目: radicalsuz/amp
 function SQL_Query_Insert($table = null)
 {
     parent::SQL_Query($table, 'insert');
 }