Pregunta

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

¿Fue útil?

Solución

I have found the solution:

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

Hope this helps people out :).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top