Thread: Url problem
View Single Post
  #3 (permalink)  
Old 07-03-2008, 12:57 PM
Drac Drac is offline
Junior Member
 
Join Date: Jun 2008
Posts: 7
Default

Thanks for the reply, seems that I mistyped it when I was writing it here, I'm too dependent on IDEs lol, I had it typed correctly in my actual app

But I found a fix to the problem I was having, I just needed to add a couple of extra parameters to the url() function:
PHP Code:
<?=$this->url(array('controller'=>'profile''action'=>'view'), nulltrue)?>
Reply With Quote