DibiVariableInterface example

'sqlite', 'database' => 'sample.sdb', 'format:date' => "'Y-m-d'", 'format:datetime' => "'Y-m-d H-i-s'", )); // generate and dump SQL dibi::test(" INSERT INTO [mytable]", array( 'id' => 123, 'date' => dibi::date('12.3.2007'), 'stamp' => dibi::dateTime('23.1.2007 10:23'), ));