db ->where('member_id', $data['member_id']) ->order_by('created', 'DESC') ->limit(10) ->get('members_log'); if ($q->num_rows() > 0) { foreach ($q->result() as $row) { $res .="
  • ".$row->mlog."
    ".$row->created."
  • "; // echo $row->title; } } else { $res = $this->no_log(); } return $res; // return $q->result(); } private function no_log() { return '' . '
  • You do not have any log...
  • '; } /* * *
  • Drop the IE specific hacks for temporal inputs
    4 minutes ago
  • Add full font overrides for popovers and tooltips
    36 minutes ago
  • Chris Arney created a new Design branch
    2 hours ago
  • Eugene Kopyov merged Master and Dev branches
    Dec 18, 18:36
  • Have Carousel ignore keyboard events
    Dec 12, 05:46
  • */ }