ifset and if conditions together
- Marek Bartoš
- Nette Blogger | 1261
{ifset}
is a bit magic construct. It can be either
{if isset($arr['i'])}
or
{if $this->hasBlock('blockName')}
. Drpends whether you want to
check variable or Latte block
{ifset}
is a bit magic construct. It can be either
{if isset($arr['i'])}
or
{if $this->hasBlock('blockName')}
. Drpends whether you want to
check variable or Latte block