Fixes #10084: Improved DB docs

This commit is contained in:
Alexander Makarov
2015-11-04 12:08:18 +03:00
parent ff00930f15
commit 95f251edd1
2 changed files with 41 additions and 41 deletions

View File

@@ -44,6 +44,8 @@ use yii\base\NotSupportedException;
*
* To build SELECT SQL statements, please use [[QueryBuilder]] instead.
*
* @see http://www.yiiframework.com/doc-2.0/guide-db-dao.html
*
* @property string $rawSql The raw SQL with parameter values inserted into the corresponding placeholders in
* [[sql]]. This property is read-only.
* @property string $sql The SQL statement to be executed.