`jyx_find(table,id,field)`
例如,配置参数:
<table>
<thead>
<tr>
<th>参数</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>table</td>
<td>表名</td>
</tr>
<tr>
<td>id</td>
<td>查询提交 </td>
</tr>
<tr>
<td>field</td>
<td>返回的字段名(*) 如果是*将返回全部数据(数组)</td>
</tr>
</tbody>
</table>
<blockquote>
<p>id 如果为数组参照thinkphp中查询规则 不为数组直接默认主键相等匹配</p>
</blockquote>
示例:
~~~
{:jyx_find('user',array('id'=>1,'username'=>'admin'),'password')}
~~~
- 说明
- 后台标签用法(form)
- txt 文本框
- radio 单选(是否)
- radio 单选(多项)
- select (下拉框)
- password (密码框)
- submit (提交框)
- hidden (隐藏域)
- time (时间触发)
- textarea (富文本)
- color (颜色)
- times (时间区间)
- photo (图片上传)
- 后台标签语法(html)
- 文本点击修改
- a 普通链接
- a 添加链接
- a 编辑链接
- a 删除链接
- a 自定义链接
- 状态点击修改
- 状态点击修改(复杂)
- 后台标签语法(sql)
- select
- find
- 基础功能
- 公告
- 广告
- 幻灯片
- 友情链接
- 配置
- 文章
- 默认配置
- 数据库配置
- 项目配置
- 编辑器配置
- 其他
- 公用标签用法
- 前台标签语法
- 开放平台的用户登录
- 表单搜索功能
- 缓存使用
- 案例
- 列表
- FJ3.0