XenForo
Administrative
- Thread starter
- Admin
- #1
... even if the
PHP:
ادامه مطلب...
display_group
field does not exist in the entity structure:PHP:
Code:
if (empty($this->em->getEntityStructure($this->getClassIdentifier())->columns['display_group']))
{
$finder->order(['display_group', 'display_order']);
}
else
{
$finder->order('display_order');
}
ادامه مطلب...