0

I'm looking at creating a drag and drop interface for an admin module list, but I'm unsure how to go about this

I've seen a couple of tutorials, using Propel and SF1.2, but I'm using doctrine and 1.4.

Thanks

terrid25
  • 1,926
  • 8
  • 46
  • 87

1 Answers1

1

Did you read this: http://www.symfony-project.org/more-with-symfony/1_4/en/09-Doctrine-Form-Inheritance

It seems it's already there.

Vladislav Rastrusny
  • 29,378
  • 23
  • 95
  • 156
  • I haven't read that. But there is no real example code for the AJAX drag and drop. Just the schema relations and some methods to move code. Would I need to implement these methods and implement my own drag and drop using jquery? – terrid25 Apr 14 '11 at 13:50
  • @terrid25 I think it is already implemented. Did you try to generate admin using Doctrine? – Vladislav Rastrusny Apr 14 '11 at 14:27
  • 1
    I didn't see the stuff towards the middle with the drag and drop stuff. Got it all working now though! thank you! – terrid25 Apr 14 '11 at 16:16