Page 1 of 1

PHP and Scriptaculous

Posted: Wed Apr 16, 2008 3:32 am
by wiggst3r
Hi

Im thinking of starting a new project which will be using PHP and the AJAX Scriptaculous library.

Has anyone used this before? And If so, how easy would it be to create the following:

A table, with 5 columns.
Each row in the table can be edited and dragged and dropped up or down.
A row can be added or deleted.
The whole table is to be saved, so the next time I view the page, the details don't change.

I've looked around, but haven't seen many examples that incorporate the edit-in place, drag and drop and saving functionality.

All help appreciated.

Re: PHP and Scriptaculous

Posted: Wed Apr 16, 2008 3:45 am
by onion2k
jQuery is nicer.

Let the flamewar begin! :twisted:

I'm just kidding, scriptaculous is a good library. The documentation for jQuery is better though, especially with visualjquery.com, so you might find it's easier with that. Depends on your coding style really.

Re: PHP and Scriptaculous

Posted: Wed Apr 16, 2008 4:28 am
by wiggst3r
I just want examples of how I could do this.

JQuery or Scriptaculous will do, as long as what I'm wanting to do, can in fact be done.