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

added conditional SQL

This commit is contained in:
David Grudl
2006-06-07 19:02:24 +00:00
parent 0951ea574c
commit a3a17f1c55
4 changed files with 128 additions and 35 deletions

View File

@@ -18,7 +18,7 @@
*/
define('DIBI', 'Version 0.5b $Revision$');
define('DIBI', 'Version 0.6 $Revision$');
if (version_compare(PHP_VERSION , '5.0.3', '<'))
@@ -277,6 +277,7 @@ class dibi
}
/* CURRENTLY DISABLED - try conditional SQL %if ... %else ... %end
static public function queryStart()
{
self::$query = func_get_args();
@@ -288,7 +289,7 @@ class dibi
$args = func_get_args();
self::$query = array_merge(self::$query, $args);
}
*/
/**