Stream of Ry

Yet Another Geek In The World

Archive for the ‘ajax’ tag

CakePHP and AJAX: Inline Editing

12 comments

** Warning: Heavy Webdev Jargon Post — Javascript, PHP, Object-oriented concepts **

So, I spent my entire weekend trying to wrap my head around how CakePHP does things, but I spent more time trying to figure out how to make different AJAX methods to work with it.

Well, for starters, CakePHP is an rapid development MVC framework for PHP. It’s similar with RoR and Groovy and Grails. It implements ORM… and a lot more. ( If you have trouble with some of the jargon they have on the site, you can ask me here and I’ll try explaining them. )

Here’s my supposed laundry list of AJAX stuff to try:

  • Inline editing
  • Drag and Drop
  • Dynamic updating of selects
  • Quick saving

So far, I’ve finished… 1 of 4. X3

Read the rest of this entry »

Written by rystraum

April 4th, 2010 at 6:40 am