In previous post I described how to create simple full ajax web application without changing basically logic of the application. All changes was made to the layout, view and to the base classes. But as you maybe already noticed not everything works well. For example if you tried to sign-in -menu won’t be updated. In [...]
19. Апрель 2011.
Fully ajax website with Yii — Part 1
This article will be suitable for who made fully ajax site like Gmail with best PHP Framework — Yii. Main requirements are: All pages should be loaded via ajax. All forms should be submitted via ajax. Pages should be reachable by search engines. History support. Window title support Minimal additional code. Here is my solution. [...]