Fix doc of DboSource->$_queryCache.

This commit is contained in:
Luís Armando 2012-04-09 13:30:58 -03:00
parent 43cf2f0647
commit bb2286bc43

View file

@ -137,7 +137,7 @@ class DboSource extends DataSource {
/** /**
* Caches serialized results of executed queries * Caches serialized results of executed queries
* *
* @var array Maximum number of queries in the queries log. * @var array Cache of results from executed sql queries.
*/ */
protected $_queryCache = array(); protected $_queryCache = array();