sqltoarray.tpl

来自「eGroupWare is a multi-user, web-based gr」· TPL 代码 · 共 41 行

TPL
41
字号
<!-- BEGIN sqlheader --><table colspan="6">  <tr bgcolor="#e6e6e6">    <td>      <pre>	$phpgw_baseline = array(<!-- END sqlheader --><!-- BEGIN sqlbody -->		'{table}' => array(			'fd' => array({arr}			),			'pk' => array({pks}),			'fk' => array({fks}),			'ix' => array({ixs}),			'uc' => array({ucs})		){term}<!-- END sqlbody --><!-- BEGIN sqlfooter -->	);      </pre>    </td>  </tr><form method="GET" action="{action_url}">  <tr>    <td align="left" width="7%">      <input type="submit" name="download" value="{lang_download}">&nbsp;      <input type="submit" name="cancel" value="{lang_cancel}">      <input type="hidden" name="appname" value="{appname}">      <input type="hidden" name="table" value="{table}">      <input type="hidden" name="apps" value="{apps}">      <input type="hidden" name="showall" value="{showall}">      <input type="hidden" name="submit" value="True">    </td>  </tr></form></table></table><!-- END sqlfooter -->

⌨️ 快捷键说明

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