Skip to content

how to sort result of lookup in mongodb

I want to join two collections and sort the date field in the foreign table and then have group the fields to get only one record from recent date for each device as below $collection = $this->db-…

CSS not applying if using PHP

I am using codeigniter and any data that is within the for loop doesn’t have the CSS applied. The file is pointed correctly as all the other css works fine, however I can’t find a solution to this anywhere HTML : CSS (I haven’t included all the css just the parts within the loop as my css fi…