eee
This commit is contained in:
+4
-1
@@ -108,7 +108,10 @@ class SqlBuilder extends Component
|
||||
|
||||
var_dump($string, $this->query);
|
||||
|
||||
return 'UPDATE ' . $this->getFromAlias() . ' SET ' . implode(',', $string) . $this->make();
|
||||
$sql = 'UPDATE ' . $this->getFromAlias() . ' SET ' . implode(',', $string) . $this->make();
|
||||
|
||||
var_dump($string, $this);
|
||||
return $sql;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user