ttgive / qeephp

Automatically exported from code.google.com/p/qeephp
0 stars 0 forks source link

使用 QDB_Select::query() 的 $include_links 参数时,应该避免 1+n 查询 #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Post has_many Comment

查询 10 个 Post 对象及 Comment 关联:

{{{
$posts = Post::find(...)->limit(10)->query('comments');
}}}

会导致 11 次查询。

Original issue reported on code.google.com by dualf...@gmail.com on 3 May 2008 at 6:42

GoogleCodeExporter commented 9 years ago
hello    qeephp  还能下载吗

Original comment by niusipeng on 13 Dec 2012 at 3:32