From 4003718f35247ef9b4a8d678389bda639677bac7 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 11 Oct 2006 19:16:58 +0000 Subject: --- user_guide/general/changelog.html | 2 +- user_guide/general/controllers.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide/general') 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
  • Added simple_query() function to the database classes
  • Added standard_date() function to the Date Helper.
  • Added $query->free_result() to database class.
  • -
  • Added $query->field_names() function to database class
  • +
  • Added $query->list_fields() function to database class
  • Added $this->db->platform() function
  • Added "is_numeric" to validation, which uses the native PHP is_numeric function.
  • Improved the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.
  • 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
  • _ci_autoloader
  • _ci_init_class
  • _ci_init_scaffolding
  • +
  • _ci_is_instance
  • _ci_load
  • _ci_load_class
  • _ci_object_to_array
  • -- cgit v1.2.3-24-g4f1b