1 2 3 4 5 6 7
<?php use mystic\forum\orm\Topic; render("view_topics.twig", [ "topics" => $db->fetchCustom(Topic::class, "ORDER BY creation_date DESC"), ]);