/ Published in: PHP
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
sveggiani on 02/20/09
4 people have marked this snippet as a favorite
rudyjunior
jpsirois
TioSolid
hmvrulz
Subscribe to comments
You need to login to post a comment.
Cakephp, always simple that no one need documentation to read your code =)
This object if another great proof of that ;)
nice work dude... i wonder if you can post any function that can print out url parameters like current controller and action ...i found one such but they work inside controller or components only i need that can be invoked under helpers or any scripts
Thanks a lot, I've searched for this everywhere. Cakephp's simply the best!
thanks, very useful..
This is wrong.
Your solution won't return the current URL. It'll only give you the "controller/action" path.
To get the Current URL you should use:
or,