Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Jan 25, 2015
1 parent 9a9163a commit 5ebfcbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/Demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ class Db
);

// 数据库实例2
public static $db2 = array array(
public static $db2 = array(
'host' => '127.0.0.1',
'port' => 3306,
'user' => 'mysql_user',
Expand Down Expand Up @@ -173,4 +173,4 @@ $row_count = $db1->delete('Persons')->where('ID=9')->query();
// 等价于
$row_count = $db1->query("DELETE FROM `Persons` WHERE ID=9");

```
```

0 comments on commit 5ebfcbb

Please sign in to comment.