I am trying to find out the latest image uploaded in each of the category of a website from the data base where the structure of the database is :
tbl_cat : cat_id, cat_name, noi (no. of total images in that cat) tbl_img : img_id, cat_id, img_path, imag_caption
Any idea how can I do it using active records. I would also love to understand it with sql query. I know its lame, but I am just starting. Sorry about that.