改名
This commit is contained in:
@@ -263,7 +263,6 @@ class Connection extends Component
|
|||||||
*/
|
*/
|
||||||
public function createCommand($sql = null, $attributes = [])
|
public function createCommand($sql = null, $attributes = [])
|
||||||
{
|
{
|
||||||
var_dump($sql);
|
|
||||||
$command = new Command(['db' => $this, 'sql' => $sql]);
|
$command = new Command(['db' => $this, 'sql' => $sql]);
|
||||||
return $command->bindValues($attributes);
|
return $command->bindValues($attributes);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user