{extend name="public:base" /} {block name="menu"}数据表结构{/block} {block name="table-head"} 字段名 类型 是否为NULL 默认值 备注 权限 {/block} {block name="table-body"} {if condition="!count($table)"} 没有数据 {else/} {foreach $table as $key => $t} {$t['Field']} {$t['Type']} {$t['Null']} {$t['Default']} {$t['Comment']} {$t['Privileges']} {/foreach} {/if} {/block}