문제

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