How we can get current url in cakephp?
Answer / Sabhajeet Sonkar
In CakePHP, you can use $this->request->here to get the current URL. If you need the base URL (without parameters), use $this->webroot.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you list some database related functions in cakephp?
List different type of cache cakephp supports?
What are the advantages of each?which would you use and why?
How to create a cakephp project using composer?
How to read, write and delete session in cakephp?
What is a behavior?
How to fetch data from database in cakephp?
List some database related functions in cakephp.
What is composer? How to create a cakephp project using composer?
How to write, read and delete the session in cakephp?
How to include helpers in controller ?
List some of the features in cakephp?