Hai, Programmers,
This is my mysql query ,
select id,title from library_items where library_items.id not in
(select issue_library_items.library_item_id from issue_library_items
where return_date is null);
Can anybody give me the corresponding code in the model file?(similer
cakephp query) (issue_library_item.php)
regards,
jiru
--
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=.