What is the best PHP UI Layer - Open Source - that can support Data Grids and others?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Wael Slaman
    New Member
    • Nov 2010
    • 8

    What is the best PHP UI Layer - Open Source - that can support Data Grids and others?

    Hi
    I am looking for the best PHP UI library - open source - that can support UI controls , like Data Grids, Form Grid, Panel, drag and drop??


    Any Suggestions??

    Thank you
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    PHP-GTK, if you're working with the desktop. Otherwise, you want a JavaScript library, not PHP.

    Comment

    • Wael Slaman
      New Member
      • Nov 2010
      • 8

      #3
      Yes I am working with dektop - Windows 7 . Is it the best ??

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Windows is rarely the best. Anyway, what I mean is: are you developing a website, or an application that will run on the desktop?

        Comment

        • Wael Slaman
          New Member
          • Nov 2010
          • 8

          #5
          I am developing a site.

          what do you think about - The PHP-Ext Open Source Project?

          Comment

          • Markus
            Recognized Expert Expert
            • Jun 2007
            • 6092

            #6
            It seems redundant to me. If you want to write JavaScript (which is what PHP-Ext does) then write JavaScript - don't abstract the logic out one further step.

            Comment

            • Wael Slaman
              New Member
              • Nov 2010
              • 8

              #7
              I understand.

              So PHP-GTK is your final choice?s

              Comment

              Working...