View Single Post
  #3 (permalink)  
Old 07-01-2008, 12:36 PM
megainfo megainfo is offline
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default

<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>
Reply With Quote