Implementing simple ajax show/hide effects with cakePHP
There are quite some tutorials on ajax effects out there [1, 2], but most were too complex for my needs. I simply wanted an enhanced index page for projects, which shows some details for each project and more on demand with a sliding effect. So here is what my solution looks like.
Basics
I used cakePHP 1.3 RC3. I assume that you have a running cakePHP application with an index view of your main objects of concern.
Weiterlesen →