2009年5月18日星期一

[fw-db] findDependentRowset & selects

i dont quite get the rule part in

This example shows getting a Row object from the table Accounts, and finding
the Bugs assigned to be fixed by the user of that account. The rule key
string that corresponds to this reference relationship in this example is
'Engineer'.

$bugsAssignedToUser = $user1234->findDependentRowset('Bugs', 'Engineer');

meaning 'Engineer' is in which table?

then how can i do some custom select still? like i want to select add bugs
that have date (assuming theres a date column) greater than some date?
without the rule part?
--
View this message in context: http://www.nabble.com/findDependentRowset---selects-tp23592902p23592902.html
Sent from the Zend DB mailing list archive at Nabble.com.

没有评论: