mirror of
https://github.com/dg/dibi.git
synced 2025-08-11 08:34:59 +02:00
typos & whitespace
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
*/
|
||||
|
||||
|
||||
|
||||
require dirname(__FILE__) . '/initialize.php';
|
||||
|
||||
|
||||
@@ -27,7 +26,6 @@ $fluent->test();
|
||||
$dolly->test();
|
||||
|
||||
|
||||
|
||||
$fluent = dibi::select('id')->from('table')->where('id = %i',1);
|
||||
$dolly = clone $fluent;
|
||||
$dolly->where('cd = %i',5);
|
||||
@@ -36,7 +34,6 @@ $fluent->test();
|
||||
$dolly->test();
|
||||
|
||||
|
||||
|
||||
$fluent = dibi::select("*")->from("table");
|
||||
$dolly = clone $fluent;
|
||||
$dolly->removeClause("select")->select("count(*)");
|
||||
|
Reference in New Issue
Block a user