D
Deleted member 110473
Guest
Guest or Bot
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:
Read more
Continue reading...
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...