recover prefixes help

Remi35151

Member
Hello,

how to get the title of prefixes because I recovers the id in the db

PHP:
 static function getPrefixe()
    {

        $db = XenForo_Application::getDb();
        $req = $db->fetchAll('SELECT * FROM xf_thread_prefix');
       
        return $req;
    }


thank you in advance
 
Top Bottom