No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

archives_extend.htm 242B

123456789
  1. <!-- 用户自定义扩展模板文件,仅用于文档的新增和编辑页面 -->
  2. {php}
  3. // 这里可以实现原生php代码
  4. $diyExtendLogic = new \app\admin\logic\DiyExtendLogic;
  5. {/php}
  6. <!-- 这里自定义HTML表单代码 -->