PHP and Scriptaculous

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wiggst3r
Forum Newbie
Posts: 10
Joined: Wed Apr 09, 2008 10:59 am

PHP and Scriptaculous

Post 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.
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: PHP and Scriptaculous

Post 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.
wiggst3r
Forum Newbie
Posts: 10
Joined: Wed Apr 09, 2008 10:59 am

Re: PHP and Scriptaculous

Post 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.
Post Reply