text 在Phalcon中设置和获取会话变量
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 在Phalcon中设置和获取会话变量相关的知识,希望对你有一定的参考价值。
@Controller
//Store an Array in a Session Variable
$this->session->set('Session_Name', $array);
//Get the session Variable
if($this->session->has('haeuser')){
$this->view->setVar("haeuser", $this->session->get('haeuser'));
}
@View
{% for haus in haeuser %}
<a href="/haus/{{ haus.name_url }}/{{ haus.id }}/">
{{ haus.id }}
</a>
{% endfor %}
以上是关于text 在Phalcon中设置和获取会话变量的主要内容,如果未能解决你的问题,请参考以下文章
text Phalcon视图中的访问会话变量
从 Java 中的两个不同类中设置和获取静态变量
如何在Jmeter中设置和获取环境变量来测试API
通过字符串变量在Python中设置和获取@property方法
在 django 模板中设置和重置变量的值
Azure Pipelines:在 Powershell 中设置和访问变量