I have five following table

Tag  --- id,tag_name

Image -- id,image_name

Student-- id,fname,lname

tag_image--id,image_id,tag_id

Image_student ---id,image_id,student_id

I want to find record using tag_name and student_id can anyone help me
how i give relationship in model ,also i try following example,can any
one give me manual query for that...!

http://stackoverflow.com/questions/2827372/relationship-problem

Thanks...!!!

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to