tenants
Well-known member
For sessions, there is no need to added anything to the controller/model/view since the session can be accessed from a template as:
{$session.x}
for example:
Is there something similar for simpleCache (since its globally fetched and requires 0 query overhead)
Or do I have to push something in the controller every time I need to access simpleCache in a template ?
{$session.x}
for example:
Code:
<xen:if is="!{$session.robotId}">
Xenforo has not detected me as a crawler
</xen:if>
Is there something similar for simpleCache (since its globally fetched and requires 0 query overhead)
Or do I have to push something in the controller every time I need to access simpleCache in a template ?