1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-31 01:39:46 +02:00

+ rewritten support for logging & error handling

+ modifier %sn
* modifier %sql
* changed modifier behaviour: NULL is always 'NULL'
This commit is contained in:
David Grudl
2007-01-29 05:08:52 +00:00
parent ac980fe8c9
commit 6536dfb7dd
17 changed files with 800 additions and 181 deletions

View File

@@ -13,7 +13,7 @@ dibi::connect(array(
));
// create new substitution :blog: ==> wp_items_
// create new substitution :blog: ==> wp_
dibi::addSubst('blog', 'wp_');