diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-01-13 14:04:13 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-01-13 14:04:13 +0100 |
commit | b298374c1628f2768da0fc98308adb9ac761e854 (patch) | |
tree | cff361d24734b428041133515c990e1c4d48b3c1 | |
parent | a0f980e361d3025b8d34e7cbe3b747460de80dea (diff) | |
parent | f85a4b897b9dfce3de315f307f6fe07606b95131 (diff) |
Automated merge with ssh://hg@bitbucket.org/dallard/codeigniter-reactor
-rw-r--r-- | user_guide/database/active_record.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index 065db4913..9ae93a9ae 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -736,7 +736,7 @@ $this->db->get('tablename');<br /> <br /> //Generates: SELECT `field2` FROM (`tablename`)</code></p> -<p class="important"> <strong>Note:</strong> The following statements can be cached: select, from, join, where, like, groupby, having, orderby, set</p> +<p class="important"> <strong>Note:</strong> The following statements can be cached: select, from, join, where, like, group_by, having, order_by, set</p> <p> </p> </div> <!-- END CONTENT --> |