Domanda

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

È stato utile?

Soluzione

I have found the solution:

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

Hope this helps people out :).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top