CakePHP with AJAX loaded pages
- by Jacques Wolfghang
Hi there.
I am trying to create a website in which all interaction takes place on a single page which has its main content filled via AJAX.
The site is effectively a template with a central interaction area.
Users can click links which results in an AJAX request to fetch a new page to display in the interaction area.
In this way, the page never refreshes, instead it has its content fetched and displayed via AJAX.
I have found that the CakePHP framework has many useful features that could work with this project, however, I do not no if the Cake's MVC architecture would work with my single page architecture.
So, what I really want to know is if I can use CakePHP features and functions on a website of this type, and also if anyone could give me any helpful tips on how I would go about implementing it.
I am sorry if this is rambling or vague, english is not my mother tongue so I have trouble expressing what I have to say clearly.
Thank you for your time.