How to get current url in cakephp?
Answer / Bibhas Kumar
To get the current URL in CakePHP, you can use `$this->RequestHandler->getUrl()` in your controller.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are components in cakephp. List some commonly used cakephp components?
What is ctp file for in cake php?
What is cakephp used for?
How to set layout in the controller?
What is default function for a controller?
How many types of caches does cakephp support? Explain
Explain the callback functions in cakephp?
What are the key features of cakephp? explain
How we can set custom page title in cakephp?
how to check cakephp version in ubuntu?
How to convert html to pdf in cakephp?
What is composer?