comment formatting update only
This commit is contained in:
@@ -196,12 +196,14 @@ foreach (['pk_name', 'count', 'query', 'returning_id'] as $key) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$query = <<<EOM
|
$query = <<<EOM
|
||||||
INSERT INTO test_foo (
|
INSERT INTO
|
||||||
test
|
test_foo
|
||||||
) VALUES (
|
(
|
||||||
$1
|
test
|
||||||
)
|
) VALUES (
|
||||||
RETURNING test
|
$1
|
||||||
|
)
|
||||||
|
RETURNING test
|
||||||
EOM;
|
EOM;
|
||||||
$db->dbPrepare("ins_test_foo_eom", $query);
|
$db->dbPrepare("ins_test_foo_eom", $query);
|
||||||
$status = $db->dbExecute("ins_test_foo_eom", ['EOM BAR TEST ' . time()]);
|
$status = $db->dbExecute("ins_test_foo_eom", ['EOM BAR TEST ' . time()]);
|
||||||
|
|||||||
@@ -428,7 +428,7 @@ class Login
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set options
|
* Set options
|
||||||
* Current allowed
|
* Current allowed:
|
||||||
* target <string>: site target
|
* target <string>: site target
|
||||||
* debug <bool>
|
* debug <bool>
|
||||||
* auto_login <bool>: self start login process
|
* auto_login <bool>: self start login process
|
||||||
|
|||||||
Reference in New Issue
Block a user