CakePHP with AJAX loaded pages

Posted by Jacques Wolfghang on Stack Overflow See other posts from Stack Overflow or by Jacques Wolfghang
Published on 2011-01-01T01:35:41Z Indexed on 2011/01/01 1:54 UTC
Read the original article Hit count: 581

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery