CodeIgniter-MY_Model
CodeIgniter-MY_Model copied to clipboard
How to add limit in hasMany relationship?
I've to tables
- members
- member_pics
A single member may have many pictures. While retrieving I want to get only one image of the member using hasMany relationship functionality. Is there any way I can pass limit in with method?