1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-31 17:51:43 +02:00

added NClass

This commit is contained in:
David Grudl
2007-11-11 04:59:39 +00:00
parent 9ff43d0ac3
commit fd1d2b86ff
6 changed files with 63 additions and 57 deletions

View File

@@ -23,9 +23,7 @@ try {
$res = dibi::query('SELECT FROM [customers] WHERE [customer_id] < %i', 38);
} catch (DibiException $e) {
echo '<h2>Dibi Exception:</h2>';
echo '<pre>', $e, '</pre>';
echo '<p>', get_class($e), ': ', $e->getMessage(), '</p>';
}