コード例 #1
0
ファイル: delete_template.php プロジェクト: fulldump/8
<?php

$id = $_POST['id_template'];
SystemTemplate::ROW($id)->DELETE();