質問

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