XenForo
Administrative
- Thread starter
- Admin
- #1
Where can I find more information about that, please?
PHP:
In entity/attachment i found
PHP:
Read more
ادامه مطلب...
PHP:
Code:
$attachments = $this->finder('XF:Attachment')
->where([
'content_type' => $contentType,
'content_id' => $ids
])
->order('attach_date')
->with('embed')
->fetch()
->groupBy('content_id');
In entity/attachment i found
PHP:
Code:
$structure->withAliases = [
'api' => []...
Read more
ادامه مطلب...