'port', # 显示给用户看的名称 'lang' => '端口管理', 'menu' => false, # 后台菜单排序 'order' => 10, # 数据结构 'struct' => array ( 'id' => array ( 'type' => 'int-11', 'name' => 'ID', 'default' => '', 'desc' => '', 'match' => 'is_numeric', 'search' => 'order', 'order' => 'desc', 'list' => true, ), 'num' => array ( 'type' => 'int-11', 'name' => '当前端口数', 'default' => '', 'desc' => '当前端口数', 'match' => 'is_string', 'update' => 'text', 'search' => 'fulltext', 'list' => true, ), 'cdate' => array ( 'type' => 'int-11', 'name' => '录入时间', 'match' => array('is_numeric', time()), 'desc' => '', # 只有insert时才生效 'insert' => true, 'list' => 'date("Y-m-d H:i:s", {cdate})', ), ), # request 请求接口定义 'request' => array ( ), );