mirror of
https://github.com/dg/dibi.git
synced 2025-08-28 16:29:50 +02:00
improved coding style
This commit is contained in:
@@ -9,9 +9,9 @@ $conn = new DibiConnection($config);
|
||||
|
||||
|
||||
$arr = array(
|
||||
'title' => 'Super Product',
|
||||
'price' => 12,
|
||||
'brand' => NULL,
|
||||
'title' => 'Super Product',
|
||||
'price' => 12,
|
||||
'brand' => NULL,
|
||||
);
|
||||
|
||||
$fluent = $conn->insert('table', $arr)
|
||||
|
Reference in New Issue
Block a user