ecard ->order_by('created_at', 'DESC') ->limit($amount) ->get_many_by('card_status', 'public'); foreach ($cards as $card) { $url = site_url('/ecards/' . $card->hash); $img = site_url('assets/cards/' . $card->hash . '.png'); $time = date("d.m.Y \k\l\o H.i", strtotime($card->created_at)); $url = ''; $img = ''.$time.''; ?>