Hi Jipson,

I'm not sure exactly but I think you can define the protocol to the
router in cake like this.

<?=$html->url(array('base'=>'https://','url'=>'/carts/authorize'));?>

You can also do this with cake controllers.

<?=$html->url(array
('base'=>'https://','controller'=>'carts','action'=>authorize'))?>

I think "base" just tells the router that string should be at the
start of the URL. So you could also make it anything like "base"=>"/
beta" which would return "/beta/carts/authorize".
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to