⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ajax_simple_update_active_lookups.smarty.svn-base

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SVN-BASE
字号:
<lookupSet>    <!-- this should only include items which are active - you don't need to pass the whole set, since we already have the full set of items -->    {foreach from=$aFieldLookups key=iFieldId item=aLookups}    <field field_id="{$iFieldId}">      {foreach from=$aLookups item=iLookupId}        <lookup lookup_id="{$iLookupId}" />      {/foreach}    </field>    {/foreach}</lookupSet>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -