_tpl_vars['oView']->getAttributes(); if (($_from instanceof StdClass) || (!is_array($_from) && !is_object($_from))) { settype($_from, 'array'); }$this->_foreach['attribute'] = array('total' => count($_from), 'iteration' => 0);
if ($this->_foreach['attribute']['total'] > 0):
foreach ($_from as $this->_tpl_vars['oAttr']):
$this->_foreach['attribute']['iteration']++;
?>
- _tpl_vars['oAttr']->title; ?>
- _tpl_vars['oAttr']->value; ?>