has_value()) { http_response_code(404); include('includes/templates/404.php'); die(); } ?> <?= $current->name; ?> - cflip.net forum

name; ?>

description; ?>

thread_count . ' threads, ' . $current->post_count . ' posts'; ?>

Threads

get_threads(); foreach ($threads as $thread) { $latest_post = $thread->get_latest_post(); echo ''; echo ''; if (!is_null($latest_post)) { echo ''; } else { echo ''; } echo ''; } ?>
Thread Name Latest Post
' . $thread->subject . ''; echo ' by ' . $thread->author->name . ' on ' . date('M d, Y', strtotime($thread->date_created)) . 'by ' . $latest_post->author->name . ' on ' . $latest_post->date_created . 'No posts yet!