. /** * Groups with the most posts section * * @category Widget * @package GNUsocial * @author Evan Prodromou * @copyright 2009 StatusNet, Inc. * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ defined('GNUSOCIAL') || die(); /** * Groups with the most posts section * * @category Widget * @package GNUsocial * @author Evan Prodromou * @license https://www.gnu.org/licenses/agpl.html GNU AGPL v3 or later */ class GroupsByPostsSection extends GroupSection { public function getGroups() { $limit = GROUPS_PER_SECTION; $qry = <<