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

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


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