> napsal(a):
> >>>>
> >>>>> Refactoring phpMyAdmin codebase is important at this stage. I
> had an
> >>>> idea
> >>>>> to make mobile version of phpMyAdmin for iPhone/Android using
> phoneGap
> >>>>> but Michal
> >>>>> Čihař said we will refactoring PMA this year GSoC. So,
> Refactoring
> >>>>> Designer/schema integration would be best for me because I
> have work on
> >>>>> Schema integration in GSoC 2010.
> >>>>>
> >>>>> schema export is already in OOP btw but Designer not yet. will
> start
> >>>>> looking into codecase and ask questions.
> >>>>
> >>>> Please note that schema is OOP, but does not really use OOP
> practices
> >>>> much - there is quite a lot of duplicate code, which should be
> rather
> >>>> inherited from parent classes and shared.
> >>>>
> >>>> Yeah, I'm recalling my code done in GSoC 2010 ;)
> >>>
> >> I didn't understand what PMA Designer feature does ? I played
> with its
> >> options/menu but these are simple operations.
> >>
> > I can see the foreign key relations now in Designer.
> >
> >> what is the main function of PMA Designer ?
> >>
> >> plus I think we may use jQueryUI Draggable API's for this.
>
> Indeed, a more standard API would be welcome.
>
> Yes, I found this JS Library
http://raphaeljs.com/ This lib will make
> Deigner/Schema feature more robust if it works. I will try by making a demo
> What about its License ? Can we use this lib ?