I don’t know how to join table to another one in Laravel
I have 2 tables Reviews and Products
the reviews table have col1,col2,col3
the products table have col1,col2,col3
for example col2 in reviews table have the product id which is col1 in products table for example
I want to get the reviews for certain products ids
and also get the product info with the same statement
I don’t have too much experience with these kind of operations
so any help is appriciated ?
from Laravel Questions and Answers https://laravelquestions.com/laravel/i-dont-know-how-to-join-table-to-another-one-in-laravel/
via Lzo Media
No comments:
Post a Comment