mirror of
https://github.com/dg/dibi.git
synced 2025-08-29 08:49:50 +02:00
- improved examples
This commit is contained in:
@@ -22,9 +22,11 @@ echo '<h2>dibi::dump()</h2>';
|
||||
|
||||
// dump last query (dibi::$sql)
|
||||
dibi::dump();
|
||||
// -> SELECT * FROM [products] INNER JOIN [orders] USING ([product_id]) INNER JOIN [customers] USING ([customer_id])
|
||||
|
||||
|
||||
// dump result table
|
||||
echo '<h2>DibiResult::dump()</h2>';
|
||||
|
||||
$res->dump();
|
||||
// -> [table]
|
||||
|
Reference in New Issue
Block a user