diff options
author | Derek Allard <derek.allard@ellislab.com> | 2007-12-17 22:18:14 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2007-12-17 22:18:14 +0100 |
commit | 218e2bcfd4c9c1ebb2454efc1179d047f40f5b34 (patch) | |
tree | 4b767aec98edb52fec0be6beded261a520c4d839 /user_guide/changelog.html | |
parent | 488b7ee038ceca4ed083a1fd4cc43788e20101a7 (diff) |
Added a third parameter to Active Record's like() clause to control where the wildcard goes.
Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9c2399263..a47d3a019 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -78,6 +78,7 @@ Change Log <li>Added <kbd>quotes_to_entities()</kbd> function to <a href="./helpers/string_helper.html">string helper</a>.</li>
<li>Added <kbd>form_reset()</kbd> function to <a href="./helpers/form_helper.html">form helper</a>.</li>
<li>Added a language entry for valid_ip validation error.</li>
+ <li>Added a third parameter to Active Record's like() clause to control where the wildcard goes. </li>
<li>Moved the safe mode and auth checks for the Email library into the constructor. </li>
<li>Fixed a bug in <kbd>highlight_pharse()</kbd> that caused an error with slashes.</li>
<li>Fixed a bug in <kbd>word_wrap()</kbd> of the Text Helper that incorrectly referenced an object. </li>
@@ -101,6 +102,7 @@ Change Log <li>Fixed a typo in the DocBlock comment for unset_userdata() in Session.</li>
<li>Fixed a typo in the table library docs. </li>
<li>Moved part of the userguide menu javascript to an external file. </li>
+ <li>Deprecated from Active Record; getwhere() for get_where(); groupby() for group_by(); orderby() for order_by; orwhere() for or_where(); and orlike() for or_like().</li>
</ul>
|