Browse Source

Update db-active-record.md to correct a minor typo

changed problem to problems to correct a minor typo.
tags/2.0.0-rc
Jawad 10 years ago
parent
commit
b70ba7661b
  1. 2
      docs/guide/db-active-record.md

2
docs/guide/db-active-record.md

@ -20,7 +20,7 @@ $customer->save();
```
The above code is equivalent to using the following raw SQL statement, which is less
intuitive, more error prone, and may have compatibility problem for different DBMS:
intuitive, more error prone, and may have compatibility problems for different DBMS:
```php
$db->createCommand('INSERT INTO customer (name) VALUES (:name)', [

Loading…
Cancel
Save