Category | Latest Thread | |
---|---|---|
= $category->name ?>
= $category->description ?> |
get_latest_thread(); if ($latest_thread->has_value()): ?>
= $latest_thread->subject ?>
by = $latest_thread->get_author()->name ?>, = $latest_thread->date_created ?> |
No threads yet! |
Thread | Category | Latest Post | |
---|---|---|---|
= $thread->subject ?> on = date('M d, Y', strtotime($thread->date_created)); ?> | = $thread->get_parent_category()->name ?> | get_latest_post(); if ($latest_post->has_value()): ?>by = $latest_post->get_author()->name ?> on = $latest_post->date_created ?> | No posts yet! |