Initial project files: BESCMS full source
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
// 同步执行就脚本
|
||||
// App/AppName/Config/Sync.php
|
||||
|
||||
return [
|
||||
|
||||
|
||||
'delete_content' => [
|
||||
'mform' => 'delete_content',
|
||||
// 模型文件 => 方法名称
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user