ivwsai
$conditions = array(
    array(\'user.username\', \'dualface\')
);

$tablePosts =& new Table_Posts();
$posts = $tablePosts->findAll($conditions);
dump($posts);
新的 $condtions 写法比较特别!一定要注意!----写成数组形式。


http://www.fleaphp.cn/bbs/viewthread.php?tid=183


bestmost 2008-06-30 14:54 发表评论

文章来源:http://www.phpweblog.net/fuyongjie/archive/2008/06/30/5253.html

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-06-22
  • 2021-06-25
  • 2021-05-20
  • 2021-08-15
  • 2021-10-29
  • 2021-08-12
  • 2021-12-28
猜你喜欢
  • 2021-12-12
  • 2021-10-25
  • 2021-11-09
  • 2021-10-24
  • 2021-06-04
  • 2022-01-24
  • 2021-11-13
相关资源
相似解决方案