Browse Source

updated php doc

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
d4995ddc57
  1. 2
      framework/yii/db/DataReader.php

2
framework/yii/db/DataReader.php

@ -40,7 +40,7 @@ use yii\base\InvalidCallException;
* for more details about possible fetch mode.
*
* @property integer $columnCount The number of columns in the result set. This property is read-only.
* @property mixed $fetchMode Fetch mode. This property is write-only.
* @property integer $fetchMode Fetch mode. This property is write-only.
* @property boolean $isClosed Whether the reader is closed or not. This property is read-only.
* @property integer $rowCount Number of rows contained in the result. This property is read-only.
*

Loading…
Cancel
Save