1
0
mirror of https://github.com/dg/dibi.git synced 2025-09-07 04:40:40 +02:00

- improved examples

This commit is contained in:
David Grudl
2008-10-28 02:06:55 +00:00
parent ab892255d3
commit 7a6cdc8afa
14 changed files with 105 additions and 45 deletions

View File

@@ -11,6 +11,6 @@ dibi::connect(array(
));
$count = dibi::loadFile('compress.zlib://dump.sql.gz');
$count = dibi::loadFile('compress.zlib://sample.dump.sql.gz');
echo 'Number of SQL commands:', $count;