PHP Classes

Tutorial video: php script sql query parser sql2tree

Recommend this page to a friend!
      Classes of François NEUMANN-RYSTOW  >  SQL Parse Convert to Tree Array  >  Video php script sql query parser sql2tree  
  • Title: php script sql query parser sql2tree
    Description: http://www.phpclasses.org/browse/package/4916.html

    Build a tree to represent an SQL query !
    Video of a php class that can be used to build a tree to represent an SQL query.

    It takes a given SQL query and parse it to extract the structure or queries and sub-queries. The resulting structure is returned as an array.

    Currently it supports only SELECT, INSERT, UPDATE, DELETE queries.
    Duration: 00:09:01
    Package: SQL Parse Convert to Tree Array
    Build a tree to represent an SQL query
     
    php script sql query parser sql2tree