Вопрос

How can I get a specific value from a component in the administrator from the front-end without using the database?

Это было полезно?

Решение

I have found the solution:

JComponentHelper::getParams('component_name')->get('field_name');

Hope this helps people out :).

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top