I'm new to CI and I'm having a problem with MySQL
Table1
id | house_id |
1 | 1 |
2 | 4 |
3 | 3 |
Table2
house_id | image_name |
4 | a.jpg |
4 | b.jpg |
3 | c.jpg |
How I can select (distinctively) image_name for each house_id by using CodeIgniter Active Record class?