Joomla访问模块中的状态变量

时间:2014-10-14 06:01:24

标签: variables joomla session-variables

如何在Joomla模块中访问我的状态变量?

通常我会这样做

$app = JFactory::getApplication();
$variable = $app->getUserState('com_mycomponent.view.filter.variable' ,'default');

但是在模块中,结果将为空,或者在这种情况下,它将是默认值。

在模块中有一个选择字段。我需要存储选择的输入,以在提交页面后再次显示所选值。如果没有这个,选择字段将在提交页面后重置。

0 个答案:

没有答案