#2 Not in this case
This commit is contained in:
@@ -96,7 +96,7 @@ abstract class Entity {
|
|||||||
$first_argument .= $column . ', ';
|
$first_argument .= $column . ', ';
|
||||||
|
|
||||||
$insert_data[$column] = $obj[$column];
|
$insert_data[$column] = $obj[$column];
|
||||||
$second_argument .= " = :$column, ";
|
$second_argument .= ":$column, ";
|
||||||
}
|
}
|
||||||
|
|
||||||
$first_argument = rtrim($first_argument, ', ');
|
$first_argument = rtrim($first_argument, ', ');
|
||||||
|
|||||||
Reference in New Issue
Block a user