tnrh1
#1
Hello,
I have 2 tables:
Videos table:
Tags table:
If I selected a row from the videos table, how can I select the equal row in the Tags table? (Where video_id = (my selected row id).
I don’t know how to do it since I have only a video table instance while I work on this table.
aavrug
#2
Are you unable to use join
?
SATHISH
#3
Which version of framework your used?
tnrh1
#4
How can I do it with cakephp?
aavrug
#6
SATHISH
#7
You can give association with these two tables you can get full associated table data.
Reffer this link…