Skip to content

Commit

Permalink
Fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
klevron committed Jun 13, 2014
1 parent e918d71 commit 8899685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/intro-upgrade-from-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ records by filtering with the primary keys of the primary records.

Instead of returning [[yii\db\ActiveRecord|ActiveRecord]] objects, you may chain the [[yii\db\ActiveQuery::asArray()|asArray()]]
method when building a query to return a large number of records. This will cause the query result to be returned
as arrays, which can significantly reduce the needed CPU time and memory if large number of records . For example,
as arrays, which can significantly reduce the needed CPU time and memory if large number of records . For example:

```php
$customers = Customer::find()->asArray()->all();
Expand Down

0 comments on commit 8899685

Please sign in to comment.