Exemplo n.º 1
0
 function SQL_Query_Insert($table = null)
 {
     parent::SQL_Query($table, 'insert');
 }