diff options
author | admin <devnull@localhost> | 2006-10-11 21:16:58 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-11 21:16:58 +0200 |
commit | 4003718f35247ef9b4a8d678389bda639677bac7 (patch) | |
tree | 9cb7a9a559b5adfc4f5c6139078b4753aecb544d /user_guide/general | |
parent | 2799120c10b8d2544dd71e37b3a48c1eaa834c48 (diff) |
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/changelog.html | 2 | ||||
-rw-r--r-- | user_guide/general/controllers.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 81dbcff99..6fac208f2 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -80,7 +80,7 @@ Change Log <li>Added <a href="../database/queries.html">simple_query()</a> function to the database classes</li>
<li>Added <a href="../helpers/date_helper.html">standard_date()</a> function to the Date Helper.</li>
<li>Added <a href="../database/results.html">$query->free_result()</a> to database class.</li>
-<li>Added <a href="../database/fields.html">$query->field_names()</a> function to database class</li>
+<li>Added <a href="../database/fields.html">$query->list_fields()</a> function to database class</li>
<li>Added <a href="../database/helpers.html">$this->db->platform()</a> function</li>
<li>Added "is_numeric" to validation, which uses the native PHP is_numeric function.</li>
<li>Improved the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.</li>
diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 49f8e58a8..db488c54c 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -398,6 +398,7 @@ is a list of reserved names. Do not name your controller functions any of these <li>_ci_autoloader</li>
<li>_ci_init_class</li>
<li>_ci_init_scaffolding</li>
+<li>_ci_is_instance</li>
<li>_ci_load</li>
<li>_ci_load_class</li>
<li>_ci_object_to_array</li>
|