emlog插件开发中的代码模板
common文件 这个默认情况下只定义了一个nciaer_form方法,用来生成表单的 <?php defined('EMLOG_ROOT') || exit('access denied!'); function nciaer_form($options) { global $storage; $html = ""; foreach($options as $option) { if($option['type'] == 'int') { $value = (int)$storage->getValue($o...