Skip to content

Commit f7f2e2f

Browse files
committed
moved the example files over to the new layout/naming
1 parent 2fc077e commit f7f2e2f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

run.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
2-
include('lib_sql_parser.php');
2+
include('src/SQLParser.php');
3+
4+
use iamcal\SQLParser;
5+
36

47
$sql = file_get_contents('data/glitch_main.sql');
58

x.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
ini_set('display_errors', 1);
33
error_reporting(E_ERROR | E_WARNING | E_PARSE);
44

5-
include('lib_sql_parser.php');
5+
include('src/SQLParser.php');
6+
7+
use iamcal\SQLParser;
68

79
$sql = <<<EOD
810
CREATE TABLE `mentions` (

0 commit comments

Comments
 (0)