Component Params Question - Joomla! Forum - community, help and support
hello everyone,
anyone know if there changes how should component params?
i've been using code below without problems.
however started re-factoring j 3.0 noticed function didn't show in ide. did miss memo?
thanks in advance can offer.
anyone know if there changes how should component params?
i've been using code below without problems.
code: select all
$app = jfactory::getapplication();
$params = $app->getparams();
however started re-factoring j 3.0 noticed function didn't show in ide. did miss memo?
thanks in advance can offer.
that should work; following document shows major changes between versions http://docs.joomla.org/potential_backward_compatibility_issues_in_joomla_3.0_and_joomla_platform_12.1
Comments
Post a Comment