libraries/sqlparser.lib.php3: SQL Parser merging (in progress)

This commit is contained in:
Robin Johnson
2002-07-24 18:03:50 +00:00
parent b2b23b096d
commit a820c208e1
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?php
/* $Id$ */
/** SQL Parser Functions for phpMyAdmin
*
* Copyright 2002 Robin Johnson <robbat2@users.sourceforge.net>
* http://www.orbis-terrarum.net/?l=people.robbat2
*
* These functions define an SQL parser system, capable of understanding and
* extracting data from a MySQL type SQL query.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
if (!defined('PMA_SQP_LIB_INCLUDED')) {
define('PMA_SQP_LIB_INCLUDED', 1);
} // $__PMA_SQP_LIB__