How to use joins with CakePhp in 2.x version?

Posted by Sumeet Arora
6
Jul 14, 2016
73 Views

cakephp-1280-1024.jpg


Today we are going to discuss how to use joins with  CakePhp  in 2.x version?


Join is a very important feature for retrieving data from database with multiple tables. In a web application when we want to fetch multiple records from 3-4 tables then we should use join for fetching record because joins returns all records from 3-4 tables just on a single quires.


In other words we can say that joins are used for combining rows from two or more tables.  joins commands are used for more complex queries in database management system.


Read more about How to use joins with CakePhp in 2.x version? Visit Findnerd



Comments
avatar
Please sign in to add comment.