<ul>
<li>
<a href="<?= $this->route('list', 'test1', 'default', array(), null, false) ?>">Test1
</a>
</li>
<li>
<a href="<?= $this->route('list', 'test1', 'default', array(), null, false) ?>">Test2
</a>
</li>
<li>
<a href="<?= $this->route('list', 'test3', 'default', array(), null, false) ?>">Test3
</a>
</li>
I hav the above html in navigation.phtml
Irender this as my menu . How can i use zend navigation from the above phtml ?
Pls help,
Regards Nisanth