From 646c04f97188b5b95ed14dbb3fc8a976c7c79322 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 17 Jan 2008 23:01:42 +0000 Subject: removed $assign_to_controller - seems redundant all things considered --- user_guide/changelog.html | 1 - 1 file changed, 1 deletion(-) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 3b6a3220e..ab9338116 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,7 +63,6 @@ Change Log
  • Added Flashdata variables, session_id regeneration and configurable session update times to the Session class.
  • Added the ability to auto-load Models
  • Added $this->DB->save_queries variable to DB driver, enabling queries to get saved or not. Previously they were always saved.
  • -
  • Added $assign_to_controller variable in the main index.php file. Anything that this variable contains will be passed automatically to a controller constructor when initialized.
  • Reorganized the URI and Routes classes for better clarity.
  • Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it.
  • Added DBForge to the database tools.
  • -- cgit v1.2.3-24-g4f1b