cakephp学习之Model(2)---------find函数

find($type, $params)

$type 可以是'all''first''count''list''neighbors' 或者'threaded' 的其中之一。默认情况下会使用'first' 进行查找。

$params 是一个下面所列出的选项作为默认key的数组,且都是可选的:

  1. array(
  2. 'conditions' => array( 'Model.field' => $thisValue ), //条件数组
  3. 'recursive' => 1 , //整型
  4. 'fields' => array( 'Model.field1' , 'Model.field2' ), //字段名数组
  5. 'order' => array( 'Model.created' , 'Model.field3 DESC' ), //定义顺序的字符串或者数组
  6. 'group' => array( 'Model.field' ), //进行GROUP BY的字段
  7. 'limit' => n , //整型
  8. 'page' => n //整型
  9. 'callbacks' => true //other possible values are false, 'before', 'after'
  10. )
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值