Commit 4f2873c1 by Carsten Brandt

doc typo

parent 3aa15b70
...@@ -716,7 +716,7 @@ Important points are: ...@@ -716,7 +716,7 @@ Important points are:
Second, override [[yii\db\ActiveRecord::createQuery()]] to use the custom query class instead of the regular [[yii\db\ActiveQuery|ActiveQuery]]. Second, override [[yii\db\ActiveRecord::createQuery()]] to use the custom query class instead of the regular [[yii\db\ActiveQuery|ActiveQuery]].
For the example above, you need to write the following code: For the example above, you need to write the following code:
``` ```php
namespace app\models; namespace app\models;
use yii\db\ActiveRecord; use yii\db\ActiveRecord;
......
...@@ -5,4 +5,4 @@ This tutorial is released under [the Terms of Yii Documentation](http://www.yiif ...@@ -5,4 +5,4 @@ This tutorial is released under [the Terms of Yii Documentation](http://www.yiif
All Rights Reserved. All Rights Reserved.
2014 (c) Yii Software LLC. © 2014 Yii Software LLC.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment