Re: [Proto-Scripty] newb questions

2011-11-04 Thread Walter Lee Davis
Oh, man! It's been so long since I wrote PHP/MySQL long-hand, so you'll just have to translate this example for yourself. Take it as written, and just try to abstract out the magic of my ORM layer. table: widgets id int(11) primary key, auto-incrementing namevarc

Re: [Proto-Scripty] newb questions

2011-11-04 Thread Joel B
Thanks, I'm using PHP/mySql. I found one good example this morning, finally,(several years old though) and have it 90% bolted onto my web app, with a few bugs left to stamp out (for some reason, drag&drop isn't changing the last row in the db) Any examples that are straight PHP/mySql would be

Re: [Proto-Scripty] newb questions

2011-11-04 Thread Walter Lee Davis
The Scriptaculous Wiki on Github has examples on the Sortable Serialize page, IIRC. What (if any) server-side framework are you using? I can show code for Rails or my own PHP Rails-lite clone. Walter On Nov 3, 2011, at 5:30 PM, joelbrave wrote: > Are there any examples I can see for integrati