CodeIgniter-MY_Model icon indicating copy to clipboard operation
CodeIgniter-MY_Model copied to clipboard

How to add limit in hasMany relationship?

Open prashant-pokhriyal opened this issue 7 years ago • 0 comments

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?

prashant-pokhriyal avatar Jan 17 '19 19:01 prashant-pokhriyal