Yes, I do have a user_id field in my Catalog table and this worked perfectly once I add an extra ')' on the end. Thank you, thank you!
On Apr 27, 1:02 pm, Stu <[email protected]> wrote: > $catalogs = $this->Song->Catalog->find('list', array > ('conditions'=> array('Catalog.user_id'=>$this->Session->read > ('Auth.User.id'))); > > Just throwing it out there, I'm assuming you have a user_id field in > your Catalog table. Sorry if this doesn't applies. > > Cheers --~--~---------~--~----~------------~-------~--~----~ 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=en -~----------~----~----~----~------~----~------~--~---
