Question

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

Was it helpful?

Solution

I have found the solution:

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

Hope this helps people out :).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top