Clear
num_rows() > 0) { ?>

    result() as $row) { $plain = trim(strip_tags($row->note)); $excerpt = mb_substr($plain, 0, 140) . (mb_strlen($plain) > 140 ? '…' : ''); $catLink = !empty($row->cat) ? site_url('notes') . '?category=' . rawurlencode($row->cat) : ''; $createdDate = (is_null($row->created_at) || $row->created_at === '' || $row->created_at === '0000-00-00 00:00:00') ? 'N/A' : date('M d, Y \a\t g:i A', strtotime($row->created_at)); $isStationDiary = strtoupper(trim((string)$row->cat)) === 'STATION DIARY'; $isPublicDiary = $isStationDiary && isset($row->is_public) && (int)$row->is_public === 1; ?>
  • View Edit

load->view('notes/partials/delete_modal'); ?> load->view('notes/partials/category_modal'); ?>