get_by_id($_GET['id']); if (!$current->has_value()) { http_response_code(404); include('includes/templates/404.php'); die(); } ?>
Thread | Category | Latest Post | |
---|---|---|---|
= $thread->subject ?> on = date('M d, Y', strtotime($thread->date_created)); ?> | = $thread->category->name ?> | get_latest_post(); if ($latest_post->has_value()): ?>by = $latest_post->author->name ?> on = $latest_post->date_created ?> | No posts yet! |