I am using the MVC model with PHP. What’s the best way to code an ajax-ready application?
To help you answer me I have a list of questions:
- Should it be able to render content without javascript?
- Should the main page consist only of a header and a footer and the content to be brought via ajax?
- Should ajax bring directly html or json code? If json, it should be processed and rendered.
- Any other idea?
UPDATE: Forget about search engines in this discussion
Hope this helps 🙂