Display a thread post in xenforo's page

Status
This content is read-only, or is not open for further replies.

Deleted member 110473

Guest
offline
I shared this code in another thread, I have a working implementation but have a question regarding how to improve it:

Location: src/addons/Pages/Providers.php
PHP:

Code:
<?php

/*
* This file is part of a XenForo add-on.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Pages;

/**
* Static methods for the Providers page.
*/
class Providers
{

    /**
     * @param \XF\Pub\Controller\AbstractController...

Read more

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom