<a href="<?php echo $this->url(array('controller'=>'controlle_rName','action '=>'action_Name','param1'=>value,'param2'=>value,) );?>">your link here </a>
and without parms :
<a href="<?php echo $this->url(array('controller'=>'controlle_rName','action '=>'action_Name'));?>">your link here </a>
|