Изменения

Funq

4 байта убрано, 21:29, 20 сентября 2009
Пример 5: Вложенный подзапрос
->where("t0.?t0where and ?subq in ?tagcount")
->select("t0.*, ?subq as t0.tag_count")
->curryset(subq => $funq
->query(tag2entity => "t1")
->where("t1.pid=t0.pid and t1.eid=t0.eid")
->where("t1.config in ?list")
->curryset(list => $funq->query("configs"))
->count->value
)