Open Source PHP version of ASP.NET DataGrid or GridView?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • wrburgess

    Open Source PHP version of ASP.NET DataGrid or GridView?

    I am trying to find a PHP control, framework, or application that has
    a behavior equivalent to the ASP.NET DataGrid or GridView controls.
    Other terms I've seen are "HTML Table", "Table View", or "Database
    Grid."

    I know you can hand-code a database query that prints out an HTML
    table, but I'm looking for a re-suable control that can consume a DB
    query and return HTML-compliant tabled data.

    I'm aiming for something in the open source realm, if possible. Any
    suggestions are appreciated.
  • C. (http://symcbean.blogspot.com/)

    #2
    Re: Open Source PHP version of ASP.NET DataGrid or GridView?

    On 13 Feb, 20:32, wrburgess <wrburg...@gmai l.comwrote:
    I am trying to find a PHP control, framework, or application that has
    a behavior equivalent to the ASP.NET DataGrid or GridView controls.
    Other terms I've seen are "HTML Table", "Table View", or "Database
    Grid."
    >
    I know you can hand-code a database query that prints out an HTML
    table, but I'm looking for a re-suable control that can consume a DB
    query and return HTML-compliant tabled data.
    >
    I'm aiming for something in the open source realm, if possible. Any
    suggestions are appreciated.
    phplens is probably the most complete/usable solution I've come across

    C.

    Comment

    • Ali Bobo

      #3
      Re: Open Source PHP version of ASP.NET DataGrid or GridView?

      On Feb 13, 9:32 pm, wrburgess <wrburg...@gmai l.comwrote:
      I am trying to find a PHP control, framework, or application that has
      a behavior equivalent to the ASP.NET DataGrid or GridView controls.
      Other terms I've seen are "HTML Table", "Table View", or "Database
      Grid."
      >
      I know you can hand-code a database query that prints out an HTML
      table, but I'm looking for a re-suable control that can consume a DB
      query and return HTML-compliant tabled data.
      >
      I'm aiming for something in the open source realm, if possible. Any
      suggestions are appreciated.
      Not sure if it will suit you, but TYPO3 currently supports MySQL,
      Oracle, Microsoft SQL Server, Sybase, Sybase SQL Anywhere, DB2,
      Informix, PostgreSQL, FrontBase, Interbase (Firebird and Borland
      variants), Foxpro, Access, ADO, SAP DB, SQLite and ODBC.


      Comment

      • Jerry Stuckle

        #4
        Re: Open Source PHP version of ASP.NET DataGrid or GridView?

        Ali Bobo wrote:
        On Feb 13, 9:32 pm, wrburgess <wrburg...@gmai l.comwrote:
        >I am trying to find a PHP control, framework, or application that has
        >a behavior equivalent to the ASP.NET DataGrid or GridView controls.
        >Other terms I've seen are "HTML Table", "Table View", or "Database
        >Grid."
        >>
        >I know you can hand-code a database query that prints out an HTML
        >table, but I'm looking for a re-suable control that can consume a DB
        >query and return HTML-compliant tabled data.
        >>
        >I'm aiming for something in the open source realm, if possible. Any
        >suggestions are appreciated.
        >
        Not sure if it will suit you, but TYPO3 currently supports MySQL,
        Oracle, Microsoft SQL Server, Sybase, Sybase SQL Anywhere, DB2,
        Informix, PostgreSQL, FrontBase, Interbase (Firebird and Borland
        variants), Foxpro, Access, ADO, SAP DB, SQLite and ODBC.
        >

        >
        What - no DBASE III support? :-)

        --
        =============== ===
        Remove the "x" from my email address
        Jerry Stuckle
        JDS Computer Training Corp.
        jstucklex@attgl obal.net
        =============== ===

        Comment

        • wrburgess

          #5
          Re: Open Source PHP version of ASP.NET DataGrid or GridView?

          Thanks for the replies!

          Comment

          Working...