summaryrefslogtreecommitdiffstats
path: root/system/database/DB_result.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-05 23:52:20 +0200
committeradmin <devnull@localhost>2006-10-05 23:52:20 +0200
commit386ec187efc7c713b37f0155c9b81e1693e2689b (patch)
tree0850d9cf9e272dea245ef60d1fa4a8bd01898fb4 /system/database/DB_result.php
parent2c75b3d18e2e01571248b2d2baed7e110b6d84fa (diff)
Diffstat (limited to 'system/database/DB_result.php')
-rw-r--r--system/database/DB_result.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index b3dbc2149..525dd235a 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -255,8 +255,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @access public
* @return integer
@@ -273,8 +273,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @access public
* @return integer
@@ -291,8 +291,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @access public
* @return array
@@ -309,8 +309,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @access public
* @return array
@@ -334,8 +334,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @return null
*/
@@ -351,8 +351,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @access private
* @return array
@@ -369,8 +369,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @access private
* @return array
@@ -387,8 +387,8 @@ class CI_DB_result {
*
* Note: This function is normally overloaded by the identically named
* method in the platform-specific driver -- except when query caching
- * is used. When caching is enabled we do not load the other driver,
- * so this function is here primarily to prevent undefined function errors.
+ * is used. When caching is enabled we do not load the other driver.
+ * This function will only be called when a cached result object is in use.
*
* @access private
* @return object