Can we use ajax in cakephp?
Answer / Solanki Dilavarkhan
Yes, CakePHP supports AJAX through its built-in AJAX helper. You can use it to send and receive data without reloading the entire page.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to read, write and delete session in cakephp?
Which function is executed before every action in the controller?
What do you mean by component in cakephp?
Name some commonly used components in cakaphp?
How cakephp url looks in address bar
Which is better cakephp or codeigniter?
What is scaffolding in cakephp?
List some database related query function used in cakephp.
Why we used $this->set() in cakephp?
How to include helpers in controller ?
How can you include a javascript menu throughout the site. Give steps.
What are components in cakephp. List some commonly used cakephp components?