From 0b18634e32efbafb83746c123b7d058b1570a01d Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Sat, 31 May 2014 20:29:09 +0300 Subject: Changelog messages, bump year in copyright notices --- license.txt | 2 +- system/core/Benchmark.php | 2 +- system/core/CodeIgniter.php | 2 +- system/core/Common.php | 2 +- system/core/Config.php | 2 +- system/core/Controller.php | 4 +-- system/core/Exceptions.php | 2 +- system/core/Hooks.php | 2 +- system/core/Input.php | 2 +- system/core/Lang.php | 2 +- system/core/Loader.php | 2 +- system/core/Model.php | 2 +- system/core/Output.php | 2 +- system/core/Router.php | 2 +- system/core/Security.php | 2 +- system/core/URI.php | 2 +- system/core/Utf8.php | 2 +- system/database/DB.php | 2 +- system/database/DB_active_rec.php | 2 +- system/database/DB_cache.php | 2 +- system/database/DB_driver.php | 2 +- system/database/DB_forge.php | 2 +- system/database/DB_result.php | 2 +- system/database/DB_utility.php | 4 +-- system/database/drivers/cubrid/cubrid_driver.php | 2 +- system/database/drivers/cubrid/cubrid_forge.php | 2 +- system/database/drivers/cubrid/cubrid_result.php | 2 +- system/database/drivers/cubrid/cubrid_utility.php | 2 +- system/database/drivers/mssql/mssql_driver.php | 2 +- system/database/drivers/mssql/mssql_forge.php | 2 +- system/database/drivers/mssql/mssql_result.php | 2 +- system/database/drivers/mssql/mssql_utility.php | 2 +- system/database/drivers/mysql/mysql_driver.php | 2 +- system/database/drivers/mysql/mysql_forge.php | 2 +- system/database/drivers/mysql/mysql_result.php | 2 +- system/database/drivers/mysql/mysql_utility.php | 2 +- system/database/drivers/mysqli/mysqli_driver.php | 2 +- system/database/drivers/mysqli/mysqli_forge.php | 2 +- system/database/drivers/mysqli/mysqli_result.php | 2 +- system/database/drivers/mysqli/mysqli_utility.php | 2 +- system/database/drivers/oci8/oci8_driver.php | 2 +- system/database/drivers/oci8/oci8_forge.php | 2 +- system/database/drivers/oci8/oci8_result.php | 2 +- system/database/drivers/oci8/oci8_utility.php | 2 +- system/database/drivers/odbc/odbc_driver.php | 2 +- system/database/drivers/odbc/odbc_forge.php | 2 +- system/database/drivers/odbc/odbc_result.php | 2 +- system/database/drivers/odbc/odbc_utility.php | 2 +- system/database/drivers/pdo/pdo_driver.php | 6 ++-- system/database/drivers/pdo/pdo_forge.php | 2 +- system/database/drivers/pdo/pdo_result.php | 2 +- system/database/drivers/pdo/pdo_utility.php | 2 +- system/database/drivers/postgre/postgre_driver.php | 2 +- system/database/drivers/postgre/postgre_forge.php | 2 +- system/database/drivers/postgre/postgre_result.php | 2 +- .../database/drivers/postgre/postgre_utility.php | 2 +- system/database/drivers/sqlite/sqlite_driver.php | 2 +- system/database/drivers/sqlite/sqlite_forge.php | 2 +- system/database/drivers/sqlite/sqlite_result.php | 2 +- system/database/drivers/sqlite/sqlite_utility.php | 2 +- system/database/drivers/sqlsrv/sqlsrv_driver.php | 2 +- system/database/drivers/sqlsrv/sqlsrv_forge.php | 2 +- system/database/drivers/sqlsrv/sqlsrv_result.php | 2 +- system/database/drivers/sqlsrv/sqlsrv_utility.php | 2 +- system/helpers/array_helper.php | 2 +- system/helpers/captcha_helper.php | 2 +- system/helpers/cookie_helper.php | 2 +- system/helpers/date_helper.php | 2 +- system/helpers/directory_helper.php | 2 +- system/helpers/download_helper.php | 2 +- system/helpers/email_helper.php | 2 +- system/helpers/file_helper.php | 2 +- system/helpers/form_helper.php | 2 +- system/helpers/html_helper.php | 2 +- system/helpers/inflector_helper.php | 2 +- system/helpers/language_helper.php | 2 +- system/helpers/number_helper.php | 2 +- system/helpers/path_helper.php | 2 +- system/helpers/security_helper.php | 2 +- system/helpers/smiley_helper.php | 2 +- system/helpers/string_helper.php | 2 +- system/helpers/text_helper.php | 2 +- system/helpers/typography_helper.php | 2 +- system/helpers/url_helper.php | 2 +- system/helpers/xml_helper.php | 2 +- system/libraries/Cache/Cache.php | 36 +++++++++---------- system/libraries/Cache/drivers/Cache_apc.php | 38 +++++++++----------- system/libraries/Cache/drivers/Cache_dummy.php | 7 ++-- system/libraries/Cache/drivers/Cache_file.php | 38 ++++++++++---------- system/libraries/Cache/drivers/Cache_memcached.php | 40 ++++++++++------------ system/libraries/Calendar.php | 2 +- system/libraries/Cart.php | 3 +- system/libraries/Driver.php | 8 ++--- system/libraries/Email.php | 2 +- system/libraries/Encrypt.php | 2 +- system/libraries/Form_validation.php | 2 +- system/libraries/Ftp.php | 2 +- system/libraries/Image_lib.php | 2 +- system/libraries/Javascript.php | 2 +- system/libraries/Log.php | 2 +- system/libraries/Migration.php | 3 +- system/libraries/Pagination.php | 2 +- system/libraries/Parser.php | 2 +- system/libraries/Profiler.php | 2 +- system/libraries/Session.php | 2 +- system/libraries/Sha1.php | 2 +- system/libraries/Table.php | 2 +- system/libraries/Trackback.php | 2 +- system/libraries/Typography.php | 2 +- system/libraries/Unit_test.php | 2 +- system/libraries/Upload.php | 2 +- system/libraries/User_agent.php | 2 +- system/libraries/Xmlrpc.php | 2 +- system/libraries/Xmlrpcs.php | 2 +- system/libraries/Zip.php | 2 +- system/libraries/javascript/Jquery.php | 14 ++++---- user_guide/changelog.html | 13 +++++-- user_guide/database/active_record.html | 4 +-- user_guide/database/caching.html | 2 +- user_guide/database/call_function.html | 2 +- user_guide/database/configuration.html | 2 +- user_guide/database/connecting.html | 2 +- user_guide/database/examples.html | 2 +- user_guide/database/fields.html | 2 +- user_guide/database/forge.html | 2 +- user_guide/database/helpers.html | 2 +- user_guide/database/index.html | 2 +- user_guide/database/queries.html | 4 ++- user_guide/database/results.html | 4 +-- user_guide/database/table_data.html | 2 +- user_guide/database/transactions.html | 2 +- user_guide/database/utilities.html | 2 +- user_guide/doc_style/index.html | 2 +- user_guide/doc_style/template.html | 2 +- user_guide/general/alternative_php.html | 2 +- user_guide/general/ancillary_classes.html | 2 +- user_guide/general/autoloader.html | 2 +- user_guide/general/caching.html | 2 +- user_guide/general/cli.html | 2 +- user_guide/general/common_functions.html | 2 +- user_guide/general/controllers.html | 2 +- user_guide/general/core_classes.html | 2 +- user_guide/general/creating_drivers.html | 2 +- user_guide/general/creating_libraries.html | 2 +- user_guide/general/credits.html | 2 +- user_guide/general/drivers.html | 2 +- user_guide/general/environments.html | 2 +- user_guide/general/errors.html | 2 +- user_guide/general/helpers.html | 2 +- user_guide/general/hooks.html | 2 +- user_guide/general/libraries.html | 2 +- user_guide/general/managing_apps.html | 2 +- user_guide/general/models.html | 2 +- user_guide/general/profiling.html | 2 +- user_guide/general/quick_reference.html | 2 +- user_guide/general/requirements.html | 2 +- user_guide/general/reserved_names.html | 2 +- user_guide/general/routing.html | 2 +- user_guide/general/security.html | 2 +- user_guide/general/styleguide.html | 2 +- user_guide/general/urls.html | 2 +- user_guide/general/views.html | 2 +- user_guide/helpers/array_helper.html | 2 +- user_guide/helpers/captcha_helper.html | 4 +-- user_guide/helpers/cookie_helper.html | 2 +- user_guide/helpers/date_helper.html | 2 +- user_guide/helpers/directory_helper.html | 2 +- user_guide/helpers/download_helper.html | 2 +- user_guide/helpers/email_helper.html | 2 +- user_guide/helpers/file_helper.html | 2 +- user_guide/helpers/form_helper.html | 2 +- user_guide/helpers/html_helper.html | 2 +- user_guide/helpers/inflector_helper.html | 2 +- user_guide/helpers/language_helper.html | 2 +- user_guide/helpers/number_helper.html | 2 +- user_guide/helpers/path_helper.html | 2 +- user_guide/helpers/security_helper.html | 2 +- user_guide/helpers/smiley_helper.html | 2 +- user_guide/helpers/string_helper.html | 2 +- user_guide/helpers/text_helper.html | 2 +- user_guide/helpers/typography_helper.html | 2 +- user_guide/helpers/url_helper.html | 2 +- user_guide/helpers/xml_helper.html | 2 +- user_guide/index.html | 2 +- user_guide/installation/downloads.html | 4 +-- user_guide/installation/index.html | 2 +- user_guide/installation/troubleshooting.html | 2 +- user_guide/installation/upgrade_120.html | 2 +- user_guide/installation/upgrade_130.html | 2 +- user_guide/installation/upgrade_131.html | 2 +- user_guide/installation/upgrade_132.html | 2 +- user_guide/installation/upgrade_133.html | 2 +- user_guide/installation/upgrade_140.html | 2 +- user_guide/installation/upgrade_141.html | 2 +- user_guide/installation/upgrade_150.html | 2 +- user_guide/installation/upgrade_152.html | 2 +- user_guide/installation/upgrade_153.html | 2 +- user_guide/installation/upgrade_154.html | 2 +- user_guide/installation/upgrade_160.html | 2 +- user_guide/installation/upgrade_161.html | 2 +- user_guide/installation/upgrade_162.html | 2 +- user_guide/installation/upgrade_163.html | 2 +- user_guide/installation/upgrade_170.html | 2 +- user_guide/installation/upgrade_171.html | 2 +- user_guide/installation/upgrade_172.html | 2 +- user_guide/installation/upgrade_200.html | 2 +- user_guide/installation/upgrade_201.html | 2 +- user_guide/installation/upgrade_202.html | 2 +- user_guide/installation/upgrade_203.html | 2 +- user_guide/installation/upgrade_210.html | 2 +- user_guide/installation/upgrade_211.html | 2 +- user_guide/installation/upgrade_212.html | 2 +- user_guide/installation/upgrade_213.html | 2 +- user_guide/installation/upgrade_214.html | 2 +- user_guide/installation/upgrade_220.html | 4 +-- user_guide/installation/upgrade_b11.html | 2 +- user_guide/installation/upgrading.html | 4 +-- user_guide/libraries/benchmark.html | 2 +- user_guide/libraries/caching.html | 2 +- user_guide/libraries/calendar.html | 2 +- user_guide/libraries/cart.html | 2 +- user_guide/libraries/config.html | 4 +-- user_guide/libraries/email.html | 2 +- user_guide/libraries/encryption.html | 4 +-- user_guide/libraries/file_uploading.html | 2 +- user_guide/libraries/form_validation.html | 4 +-- user_guide/libraries/ftp.html | 2 +- user_guide/libraries/image_lib.html | 2 +- user_guide/libraries/input.html | 2 +- user_guide/libraries/javascript.html | 4 +-- user_guide/libraries/language.html | 2 +- user_guide/libraries/loader.html | 2 +- user_guide/libraries/migration.html | 2 +- user_guide/libraries/output.html | 2 +- user_guide/libraries/pagination.html | 2 +- user_guide/libraries/parser.html | 2 +- user_guide/libraries/security.html | 2 +- user_guide/libraries/sessions.html | 4 +-- user_guide/libraries/table.html | 2 +- user_guide/libraries/trackback.html | 2 +- user_guide/libraries/typography.html | 2 +- user_guide/libraries/unit_testing.html | 2 +- user_guide/libraries/uri.html | 2 +- user_guide/libraries/user_agent.html | 2 +- user_guide/libraries/xmlrpc.html | 2 +- user_guide/libraries/zip.html | 2 +- user_guide/license.html | 4 +-- user_guide/overview/appflow.html | 2 +- user_guide/overview/at_a_glance.html | 2 +- user_guide/overview/cheatsheets.html | 2 +- user_guide/overview/features.html | 2 +- user_guide/overview/getting_started.html | 2 +- user_guide/overview/goals.html | 2 +- user_guide/overview/index.html | 2 +- user_guide/overview/mvc.html | 2 +- user_guide/toc.html | 2 +- user_guide/tutorial/conclusion.html | 2 +- user_guide/tutorial/create_news_items.html | 2 +- user_guide/tutorial/hard_coded_pages.html | 2 +- user_guide/tutorial/index.html | 2 +- user_guide/tutorial/news_section.html | 4 +-- user_guide/tutorial/static_pages.html | 4 +-- 262 files changed, 367 insertions(+), 375 deletions(-) diff --git a/license.txt b/license.txt index 061cdb9db..0973fd37b 100644 --- a/license.txt +++ b/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2008 - 2011, EllisLab, Inc. +Copyright (c) 2008 - 2014, EllisLab, Inc. All rights reserved. This license is a legal agreement between you and EllisLab Inc. for the use diff --git a/system/core/Benchmark.php b/system/core/Benchmark.php index a200727ab..a5c3e999b 100755 --- a/system/core/Benchmark.php +++ b/system/core/Benchmark.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index e0819c801..ad2cadd96 100755 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Common.php b/system/core/Common.php index 07534c51f..713b21d85 100644 --- a/system/core/Common.php +++ b/system/core/Common.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Config.php b/system/core/Config.php index 5dffbf3f2..46ed9365c 100755 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Controller.php b/system/core/Controller.php index fddb81e19..6ccaf9755 100644 --- a/system/core/Controller.php +++ b/system/core/Controller.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 @@ -37,7 +37,7 @@ class CI_Controller { public function __construct() { self::$instance =& $this; - + // Assign all the class objects that were instantiated by the // bootstrap file (CodeIgniter.php) to local class variables // so that CI can run as one big super object. diff --git a/system/core/Exceptions.php b/system/core/Exceptions.php index 869739a5a..451209689 100755 --- a/system/core/Exceptions.php +++ b/system/core/Exceptions.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Hooks.php b/system/core/Hooks.php index 33f1c034c..ee5c23076 100755 --- a/system/core/Hooks.php +++ b/system/core/Hooks.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Input.php b/system/core/Input.php index 0c1f2b08e..88afa8c7e 100755 --- a/system/core/Input.php +++ b/system/core/Input.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Lang.php b/system/core/Lang.php index 5ac671838..ef5d1080c 100755 --- a/system/core/Lang.php +++ b/system/core/Lang.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Loader.php b/system/core/Loader.php index 6b7ee0c28..b5b0634e6 100644 --- a/system/core/Loader.php +++ b/system/core/Loader.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Model.php b/system/core/Model.php index e15ffbebc..1f142509e 100755 --- a/system/core/Model.php +++ b/system/core/Model.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Output.php b/system/core/Output.php index ccecafd2b..7959befb7 100755 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Router.php b/system/core/Router.php index 6da667472..b48a34562 100755 --- a/system/core/Router.php +++ b/system/core/Router.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Security.php b/system/core/Security.php index b0d39b981..efa2df922 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/URI.php b/system/core/URI.php index a3ae20cc3..a2f3b23b4 100755 --- a/system/core/URI.php +++ b/system/core/URI.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/core/Utf8.php b/system/core/Utf8.php index 2a27d1f35..1a5bee198 100644 --- a/system/core/Utf8.php +++ b/system/core/Utf8.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 2.0 diff --git a/system/database/DB.php b/system/database/DB.php index 8314d3b97..d74738a03 100755 --- a/system/database/DB.php +++ b/system/database/DB.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 129eaa7b6..85faa555d 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index ad1c28d72..e6945950b 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index 775fd3354..c342aacbd 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index 6bc40411b..b92069bbc 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_result.php b/system/database/DB_result.php index 48d66c8e4..5b4f60e4b 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index 52196b7ce..6a9d8cc59 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php @@ -1,12 +1,12 @@ {$this->_adapter}->get($id); } @@ -112,7 +112,7 @@ class CI_Cache extends CI_Driver_Library { * Cache Info * * @param string user/filehits - * @return mixed array on success, false on failure + * @return mixed array on success, false on failure */ public function cache_info($type = 'user') { @@ -120,7 +120,7 @@ class CI_Cache extends CI_Driver_Library { } // ------------------------------------------------------------------------ - + /** * Get Cache Metadata * @@ -131,7 +131,7 @@ class CI_Cache extends CI_Driver_Library { { return $this->{$this->_adapter}->get_metadata($id); } - + // ------------------------------------------------------------------------ /** @@ -139,11 +139,11 @@ class CI_Cache extends CI_Driver_Library { * * Initialize class properties based on the configuration array. * - * @param array + * @param array * @return void */ private function _initialize($config) - { + { $default_config = array( 'adapter', 'memcached' @@ -207,10 +207,8 @@ class CI_Cache extends CI_Driver_Library { return $obj; } - - // ------------------------------------------------------------------------ + } -// End Class /* End of file Cache.php */ /* Location: ./system/libraries/Cache/Cache.php */ \ No newline at end of file diff --git a/system/libraries/Cache/drivers/Cache_apc.php b/system/libraries/Cache/drivers/Cache_apc.php index f750e6cb7..fdc740138 100644 --- a/system/libraries/Cache/drivers/Cache_apc.php +++ b/system/libraries/Cache/drivers/Cache_apc.php @@ -6,34 +6,34 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. + * @copyright Copyright (c) 2006 - 2014 EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 2.0 - * @filesource + * @filesource */ // ------------------------------------------------------------------------ /** - * CodeIgniter APC Caching Class + * CodeIgniter APC Caching Class * * @package CodeIgniter * @subpackage Libraries * @category Core * @author ExpressionEngine Dev Team - * @link + * @link */ class CI_Cache_apc extends CI_Driver { /** - * Get + * Get * - * Look for a value in the cache. If it exists, return the data + * Look for a value in the cache. If it exists, return the data * if not, return FALSE * - * @param string + * @param string * @return mixed value that is stored/FALSE on failure */ public function get($id) @@ -43,8 +43,8 @@ class CI_Cache_apc extends CI_Driver { return (is_array($data)) ? $data[0] : FALSE; } - // ------------------------------------------------------------------------ - + // ------------------------------------------------------------------------ + /** * Cache Save * @@ -58,7 +58,7 @@ class CI_Cache_apc extends CI_Driver { { return apc_store($id, array($data, time(), $ttl), $ttl); } - + // ------------------------------------------------------------------------ /** @@ -90,12 +90,12 @@ class CI_Cache_apc extends CI_Driver { * Cache Info * * @param string user/filehits - * @return mixed array on success, false on failure + * @return mixed array on success, false on failure */ - public function cache_info($type = NULL) - { - return apc_cache_info($type); - } + public function cache_info($type = NULL) + { + return apc_cache_info($type); + } // ------------------------------------------------------------------------ @@ -137,15 +137,11 @@ class CI_Cache_apc extends CI_Driver { log_message('error', 'The APC PHP extension must be loaded to use APC Cache.'); return FALSE; } - + return TRUE; } - // ------------------------------------------------------------------------ - - } -// End Class /* End of file Cache_apc.php */ -/* Location: ./system/libraries/Cache/drivers/Cache_apc.php */ +/* Location: ./system/libraries/Cache/drivers/Cache_apc.php */ \ No newline at end of file diff --git a/system/libraries/Cache/drivers/Cache_dummy.php b/system/libraries/Cache/drivers/Cache_dummy.php index b11b5b8fc..6c38e91ad 100644 --- a/system/libraries/Cache/drivers/Cache_dummy.php +++ b/system/libraries/Cache/drivers/Cache_dummy.php @@ -2,11 +2,11 @@ /** * CodeIgniter * - * An open source application development framework for PHP 4.3.2 or newer + * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. + * @copyright Copyright (c) 2006 - 2014 EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 2.0 @@ -120,10 +120,7 @@ class CI_Cache_dummy extends CI_Driver { return TRUE; } - // ------------------------------------------------------------------------ - } -// End Class /* End of file Cache_dummy.php */ /* Location: ./system/libraries/Cache/drivers/Cache_dummy.php */ \ No newline at end of file diff --git a/system/libraries/Cache/drivers/Cache_file.php b/system/libraries/Cache/drivers/Cache_file.php index e515eebf1..50602b4b8 100644 --- a/system/libraries/Cache/drivers/Cache_file.php +++ b/system/libraries/Cache/drivers/Cache_file.php @@ -2,27 +2,27 @@ /** * CodeIgniter * - * An open source application development framework for PHP 4.3.2 or newer + * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. + * @copyright Copyright (c) 2006 - 2014 EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 2.0 - * @filesource + * @filesource */ // ------------------------------------------------------------------------ /** - * CodeIgniter Memcached Caching Class + * CodeIgniter Memcached Caching Class * * @package CodeIgniter * @subpackage Libraries * @category Core * @author ExpressionEngine Dev Team - * @link + * @link */ class CI_Cache_file extends CI_Driver { @@ -36,9 +36,9 @@ class CI_Cache_file extends CI_Driver { { $CI =& get_instance(); $CI->load->helper('file'); - + $path = $CI->config->item('cache_path'); - + $this->_cache_path = ($path == '') ? APPPATH.'cache/' : $path; } @@ -56,16 +56,16 @@ class CI_Cache_file extends CI_Driver { { return FALSE; } - + $data = read_file($this->_cache_path.$id); $data = unserialize($data); - + if (time() > $data['time'] + $data['ttl']) { unlink($this->_cache_path.$id); return FALSE; } - + return $data['data']; } @@ -76,22 +76,22 @@ class CI_Cache_file extends CI_Driver { * * @param string unique key * @param mixed data to store - * @param int length of time (in seconds) the cache is valid - * - Default is 60 seconds + * @param int length of time (in seconds) the cache is valid + * - Default is 60 seconds * @return boolean true on success/false on failure */ public function save($id, $data, $ttl = 60) - { + { $contents = array( 'time' => time(), - 'ttl' => $ttl, + 'ttl' => $ttl, 'data' => $data ); - + if (write_file($this->_cache_path.$id, serialize($contents))) { @chmod($this->_cache_path.$id, 0777); - return TRUE; + return TRUE; } return FALSE; @@ -116,7 +116,7 @@ class CI_Cache_file extends CI_Driver { * Clean the Cache * * @return boolean false on failure/true on success - */ + */ public function clean() { return delete_files($this->_cache_path); @@ -179,7 +179,7 @@ class CI_Cache_file extends CI_Driver { * Is supported * * In the file driver, check to see that the cache directory is indeed writable - * + * * @return boolean */ public function is_supported() @@ -187,9 +187,7 @@ class CI_Cache_file extends CI_Driver { return is_really_writable($this->_cache_path); } - // ------------------------------------------------------------------------ } -// End Class /* End of file Cache_file.php */ /* Location: ./system/libraries/Cache/drivers/Cache_file.php */ \ No newline at end of file diff --git a/system/libraries/Cache/drivers/Cache_memcached.php b/system/libraries/Cache/drivers/Cache_memcached.php index 747842091..f9d578b93 100644 --- a/system/libraries/Cache/drivers/Cache_memcached.php +++ b/system/libraries/Cache/drivers/Cache_memcached.php @@ -2,27 +2,27 @@ /** * CodeIgniter * - * An open source application development framework for PHP 4.3.2 or newer + * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2006 - 2012 EllisLab, Inc. + * @copyright Copyright (c) 2006 - 2014 EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 2.0 - * @filesource + * @filesource */ // ------------------------------------------------------------------------ /** - * CodeIgniter Memcached Caching Class + * CodeIgniter Memcached Caching Class * * @package CodeIgniter * @subpackage Libraries * @category Core * @author ExpressionEngine Dev Team - * @link + * @link */ class CI_Cache_memcached extends CI_Driver { @@ -37,18 +37,18 @@ class CI_Cache_memcached extends CI_Driver { ) ); - // ------------------------------------------------------------------------ + // ------------------------------------------------------------------------ /** * Fetch from cache * * @param mixed unique key id * @return mixed data on success/false on failure - */ + */ public function get($id) - { + { $data = $this->_memcached->get($id); - + return (is_array($data)) ? $data[0] : FALSE; } @@ -72,12 +72,12 @@ class CI_Cache_memcached extends CI_Driver { { return $this->_memcached->set($id, array($data, time(), $ttl), 0, $ttl); } - + return FALSE; } // ------------------------------------------------------------------------ - + /** * Delete from Cache * @@ -90,7 +90,7 @@ class CI_Cache_memcached extends CI_Driver { } // ------------------------------------------------------------------------ - + /** * Clean the Cache * @@ -115,7 +115,7 @@ class CI_Cache_memcached extends CI_Driver { } // ------------------------------------------------------------------------ - + /** * Get Cache Metadata * @@ -158,10 +158,10 @@ class CI_Cache_memcached extends CI_Driver { foreach ($CI->config->config['memcached'] as $name => $conf) { $this->_memcache_conf[$name] = $conf; - } - } + } + } } - + $this->_memcached = new Memcached(); foreach ($this->_memcache_conf as $name => $cache_server) @@ -170,7 +170,7 @@ class CI_Cache_memcached extends CI_Driver { { $cache_server['hostname'] = $this->_default_options['default_host']; } - + if ( ! array_key_exists('port', $cache_server)) { $cache_server['port'] = $this->_default_options['default_port']; @@ -201,18 +201,14 @@ class CI_Cache_memcached extends CI_Driver { if ( ! extension_loaded('memcached')) { log_message('error', 'The Memcached Extension must be loaded to use Memcached Cache.'); - return FALSE; } - + $this->_setup_memcached(); return TRUE; } - // ------------------------------------------------------------------------ - } -// End Class /* End of file Cache_memcached.php */ /* Location: ./system/libraries/Cache/drivers/Cache_memcached.php */ \ No newline at end of file diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php index df0fd6eeb..626097a9b 100644 --- a/system/libraries/Calendar.php +++ b/system/libraries/Calendar.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php index da47b5a19..86a01f796 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2006 - 2012, EllisLab, Inc. + * @copyright Copyright (c) 2006 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 @@ -546,7 +546,6 @@ class CI_Cart { } -// END Cart Class /* End of file Cart.php */ /* Location: ./system/libraries/Cart.php */ \ No newline at end of file diff --git a/system/libraries/Driver.php b/system/libraries/Driver.php index 4912c4aa7..9ae7b0c7c 100644 --- a/system/libraries/Driver.php +++ b/system/libraries/Driver.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author EllisLab Dev Team - * @copyright Copyright (c) 2006 - 2012, EllisLab, Inc. + * @copyright Copyright (c) 2006 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 @@ -43,11 +43,11 @@ class CI_Driver_Library { // The class will be prefixed with the parent lib $child_class = $this->lib_name.'_'.$child; - + // Remove the CI_ prefix and lowercase $lib_name = ucfirst(strtolower(str_replace('CI_', '', $this->lib_name))); $driver_name = strtolower(str_replace('CI_', '', $child_class)); - + if (in_array($driver_name, array_map('strtolower', $this->valid_drivers))) { // check and see if the driver is in a separate file @@ -220,8 +220,6 @@ class CI_Driver { } } - // -------------------------------------------------------------------- - } // END CI_Driver CLASS diff --git a/system/libraries/Email.php b/system/libraries/Email.php index ebe7fe4d9..10cbc346d 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index b6758d98f..8e5c1fe53 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Form_validation.php b/system/libraries/Form_validation.php index 9aab5da4b..3839fe42b 100644 --- a/system/libraries/Form_validation.php +++ b/system/libraries/Form_validation.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php index d7a8b3b02..1656dfb47 100644 --- a/system/libraries/Ftp.php +++ b/system/libraries/Ftp.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index 21ec2cb4b..eccfe41c7 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Javascript.php b/system/libraries/Javascript.php index 34e0d7001..a26bb8400 100644 --- a/system/libraries/Javascript.php +++ b/system/libraries/Javascript.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 9f1db76ba..6d3f9094d 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Migration.php b/system/libraries/Migration.php index ffa640ba6..241ce1e59 100644 --- a/system/libraries/Migration.php +++ b/system/libraries/Migration.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author EllisLab Dev Team - * @copyright Copyright (c) 2006 - 2012, EllisLab, Inc. + * @copyright Copyright (c) 2006 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 @@ -322,6 +322,7 @@ class CI_Migration { { return get_instance()->$var; } + } /* End of file Migration.php */ diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index cdaacf2d4..8b3aa8748 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index d223da020..4d31f81c7 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 882a82c1f..2fe21db11 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Session.php b/system/libraries/Session.php index 891fdd36a..53b914fbd 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index 1a657572b..33778f965 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Table.php b/system/libraries/Table.php index def696776..a2353d1e1 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.3.1 diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php index b0a767822..898553cd1 100644 --- a/system/libraries/Trackback.php +++ b/system/libraries/Trackback.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index 734cec104..b30582d8a 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index 5bd7e801a..b8919e1e5 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.3.1 diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 0e5d73b19..c188c39bc 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php index 0b77a7d42..9b0d87134 100644 --- a/system/libraries/User_agent.php +++ b/system/libraries/User_agent.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php index d702e902f..f0f53cefe 100644 --- a/system/libraries/Xmlrpc.php +++ b/system/libraries/Xmlrpc.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php index 9cd332147..d9d53c8a1 100644 --- a/system/libraries/Xmlrpcs.php +++ b/system/libraries/Xmlrpcs.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 666327d5c..ffff3f340 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -6,7 +6,7 @@ * * @package CodeIgniter * @author ExpressionEngine Dev Team - * @copyright Copyright (c) 2008 - 2011, EllisLab, Inc. + * @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. * @license http://codeigniter.com/user_guide/license.html * @link http://codeigniter.com * @since Version 1.0 diff --git a/system/libraries/javascript/Jquery.php b/system/libraries/javascript/Jquery.php index baab83d25..48d8b3e57 100644 --- a/system/libraries/javascript/Jquery.php +++ b/system/libraries/javascript/Jquery.php @@ -3,7 +3,7 @@ /** * CodeIgniter * - * An open source application development framework for PHP 4.3.2 or newer + * An open source application development framework for PHP 5.1.6 or newer * * @package CodeIgniter * @author ExpressionEngine Dev Team @@ -23,7 +23,7 @@ * @category Loader * @link http://www.codeigniter.com/user_guide/libraries/javascript.html */ - + class CI_Jquery extends CI_Javascript { var $_javascript_folder = 'js'; @@ -36,18 +36,18 @@ class CI_Jquery extends CI_Javascript { public function __construct($params) { - $this->CI =& get_instance(); + $this->CI =& get_instance(); extract($params); if ($autoload === TRUE) { - $this->script(); + $this->script(); } - + log_message('debug', "Jquery Class Initialized"); } - - // -------------------------------------------------------------------- + + // -------------------------------------------------------------------- // Event Code // -------------------------------------------------------------------- diff --git a/user_guide/changelog.html b/user_guide/changelog.html index b83611738..74f419bdf 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -63,11 +63,19 @@ Change Log +

Bug fixes for 2.2.0:

+ @@ -1529,7 +1536,7 @@ Previous Topic:  License Agreement User Guide Home   ·   Next Topic:  Credits

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index cef8e5345..264992a3f 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -817,8 +817,8 @@ Previous Topic:  Query Helper Functions User Guide Home   ·   Next Topic:  Transactions

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html index 676af154b..d88e5c951 100644 --- a/user_guide/database/caching.html +++ b/user_guide/database/caching.html @@ -213,7 +213,7 @@ Previous Topic:  Custom Function CallsUser Guide Home   ·   Next Topic:  Database manipulation with Database Forge

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html index a12800b08..a56116924 100644 --- a/user_guide/database/call_function.html +++ b/user_guide/database/call_function.html @@ -111,7 +111,7 @@ Previous Topic:  Field MetaData User Guide Home   ·   Next Topic:  Query Caching

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html index 69ec826cd..1e0b0e2f6 100644 --- a/user_guide/database/configuration.html +++ b/user_guide/database/configuration.html @@ -157,7 +157,7 @@ Previous Topic:  Quick Start: Usage ExamplesUser Guide Home   ·   Next Topic:  Connecting to your Database

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html index 4ccec7574..779774fdf 100644 --- a/user_guide/database/connecting.html +++ b/user_guide/database/connecting.html @@ -181,7 +181,7 @@ Previous Topic:  Database ConfigurationUser Guide Home   ·   Next Topic:  Queries

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/examples.html b/user_guide/database/examples.html index c2a39dcae..a9eb5b5d3 100644 --- a/user_guide/database/examples.html +++ b/user_guide/database/examples.html @@ -210,7 +210,7 @@ Previous Topic:  Database Class User Guide Home   ·   Next Topic:  Database Configuration

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html index a5f22ae2e..de373beca 100644 --- a/user_guide/database/fields.html +++ b/user_guide/database/fields.html @@ -156,7 +156,7 @@ Previous Topic:   Table Data User Guide Home   ·   Next Topic:  Custom Function Calls

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html index 3589cba9f..ef6f92df5 100644 --- a/user_guide/database/forge.html +++ b/user_guide/database/forge.html @@ -227,7 +227,7 @@ Previous Topic:  DB Caching Class Top of Page   ·   User Guide Home   ·   Next Topic:  Database Utilities Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html index 9dd69e9bd..c0bf08f20 100644 --- a/user_guide/database/helpers.html +++ b/user_guide/database/helpers.html @@ -144,7 +144,7 @@ Previous Topic:  Query Results User Guide Home   ·   Next Topic:  Active Record Pattern

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/index.html b/user_guide/database/index.html index c2e6df553..f27113675 100644 --- a/user_guide/database/index.html +++ b/user_guide/database/index.html @@ -92,7 +92,7 @@ Previous Topic:  Caching Class User Guide Home   ·   Next Topic:  Quick Start: Usage Examples

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/queries.html b/user_guide/database/queries.html index c1495bb0b..83d79550b 100644 --- a/user_guide/database/queries.html +++ b/user_guide/database/queries.html @@ -95,6 +95,8 @@ $this->db->dbprefix('tablename');

In many databases it is advisable to protect table and field names - for example with backticks in MySQL. Active Record queries are automatically protected, however if you need to manually protect an identifier you can use:

$this->db->protect_identifiers('table_name');

+

Although Active Record will try its best to properly quote any field and table names that you feed it, note that it is NOT designed to work with arbitrary user input. DO NOT feed it with unsanitized user data.

+

This function will also add a table prefix to your table, assuming you have a prefix specified in your database config file. To enable the prefixing set TRUE (boolen) via the second parameter:

$this->db->protect_identifiers('table_name', TRUE);

@@ -151,7 +153,7 @@ Previous Topic:  Connecting to your Database User Guide Home   ·   Next Topic:  Query Results

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/results.html b/user_guide/database/results.html index 5770bb0e3..28c442dac 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -252,8 +252,8 @@ Previous Topic:  Queries User Guide Home   ·   Next Topic:  Query Helper Functions

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html index e623fed5e..327bfc699 100644 --- a/user_guide/database/table_data.html +++ b/user_guide/database/table_data.html @@ -106,7 +106,7 @@ Previous Topic:   Transactions User Guide Home   ·   Next Topic:   Field Metadata

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html index bedcd70bd..05143af8e 100644 --- a/user_guide/database/transactions.html +++ b/user_guide/database/transactions.html @@ -193,7 +193,7 @@ Previous Topic:   Field MetaData   User Guide Home   ·   Next Topic:  Table Metadata

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index d32cd4695..9d30942fc 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -307,7 +307,7 @@ Previous Topic:  DB Forge Class Top of Page   ·   User Guide Home   ·   Next Topic:  Javascript Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/doc_style/index.html b/user_guide/doc_style/index.html index 592de291c..83ccbe85a 100644 --- a/user_guide/doc_style/index.html +++ b/user_guide/doc_style/index.html @@ -80,7 +80,7 @@ Previous Topic:  PHP Style Guide< User Guide Home   ·   Next Topic:  Benchmarking Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/doc_style/template.html b/user_guide/doc_style/template.html index 3fde59c9e..67904ee08 100644 --- a/user_guide/doc_style/template.html +++ b/user_guide/doc_style/template.html @@ -121,7 +121,7 @@ Previous Topic:  Previous Class User Guide Home   ·   Next Topic:  Next Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/alternative_php.html b/user_guide/general/alternative_php.html index 90e8c5007..f15c4784c 100644 --- a/user_guide/general/alternative_php.html +++ b/user_guide/general/alternative_php.html @@ -140,7 +140,7 @@ Previous Topic:  Managing ApplicationsUser Guide Home   ·   Next Topic:  Security

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/ancillary_classes.html b/user_guide/general/ancillary_classes.html index 76e677b66..55c039d7e 100644 --- a/user_guide/general/ancillary_classes.html +++ b/user_guide/general/ancillary_classes.html @@ -110,7 +110,7 @@ Previous Topic:  Creating Core Libra User Guide Home   ·   Next Topic:  Auto-loading Resources

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/autoloader.html b/user_guide/general/autoloader.html index fdd349e7e..e73d1ff83 100644 --- a/user_guide/general/autoloader.html +++ b/user_guide/general/autoloader.html @@ -93,7 +93,7 @@ Previous Topic:  Hooks - Extending the Core Top of Page   ·   User Guide Home   ·   Next Topic:  Common Functions

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/caching.html b/user_guide/general/caching.html index f7df56278..f841dee3b 100644 --- a/user_guide/general/caching.html +++ b/user_guide/general/caching.html @@ -108,7 +108,7 @@ Previous Topic:  Error Handling User Guide Home   ·   Next Topic:  Profiling Your Application

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/cli.html b/user_guide/general/cli.html index 819b3af15..948e508f7 100644 --- a/user_guide/general/cli.html +++ b/user_guide/general/cli.html @@ -143,7 +143,7 @@ Previous Topic:  CodeIgniter URLs Top of Page   ·   User Guide Home   ·   Next Topic:  Reserved Names

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/common_functions.html b/user_guide/general/common_functions.html index be06e3d37..119d7fa7d 100644 --- a/user_guide/general/common_functions.html +++ b/user_guide/general/common_functions.html @@ -120,7 +120,7 @@ Previous Topic:  Auto-loading Resources< Top of Page   ·   User Guide Home   ·   Next Topic:  URI Routing

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/controllers.html b/user_guide/general/controllers.html index 3ed9befdc..263564aa7 100644 --- a/user_guide/general/controllers.html +++ b/user_guide/general/controllers.html @@ -381,7 +381,7 @@ Previous Topic:  CodeIgniter URLs Top of Page   ·   User Guide Home   ·   Next Topic:  Reserved Names

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/core_classes.html b/user_guide/general/core_classes.html index 3d180789e..e01ce9260 100644 --- a/user_guide/general/core_classes.html +++ b/user_guide/general/core_classes.html @@ -179,7 +179,7 @@ Previous Topic:  Creating Your Own L User Guide Home   ·   Next Topic:  Hooks - Extending the Core

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/creating_drivers.html b/user_guide/general/creating_drivers.html index f0768e923..35950f641 100644 --- a/user_guide/general/creating_drivers.html +++ b/user_guide/general/creating_drivers.html @@ -93,7 +93,7 @@ Previous Topic:  Using CodeIgniter Drivers User Guide Home   ·   Next Topic:  Creating Core System Classes

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/creating_libraries.html b/user_guide/general/creating_libraries.html index 111109bdb..c5c82e8dd 100644 --- a/user_guide/general/creating_libraries.html +++ b/user_guide/general/creating_libraries.html @@ -286,7 +286,7 @@ Previous Topic:  Using CodeIgniter Libraries< User Guide Home   ·   Next Topic:  Using CodeIgniter Drivers

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/credits.html b/user_guide/general/credits.html index a1ecd4afd..07f00677d 100644 --- a/user_guide/general/credits.html +++ b/user_guide/general/credits.html @@ -80,7 +80,7 @@ Previous Topic:  Change Log User Guide Home   ·   Next Topic:  Downloading CodeIgniter

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/drivers.html b/user_guide/general/drivers.html index 1fc665f53..f47929cf4 100644 --- a/user_guide/general/drivers.html +++ b/user_guide/general/drivers.html @@ -97,7 +97,7 @@ Previous Topic:  Creating Libraries< User Guide Home   ·   Next Topic:  Creating Drivers

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/environments.html b/user_guide/general/environments.html index b0611ebec..8c8a99b47 100644 --- a/user_guide/general/environments.html +++ b/user_guide/general/environments.html @@ -119,7 +119,7 @@ Previous Topic:  Managing ApplicationsUser Guide Home   ·   Next Topic:  Alternative PHP Syntax

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/errors.html b/user_guide/general/errors.html index 9ad78b231..bba7d4e38 100644 --- a/user_guide/general/errors.html +++ b/user_guide/general/errors.html @@ -133,7 +133,7 @@ Previous Topic:  URI Routing User Guide Home   ·   Next Topic:  Page Caching

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/helpers.html b/user_guide/general/helpers.html index a22e153e3..d1e03cc49 100644 --- a/user_guide/general/helpers.html +++ b/user_guide/general/helpers.html @@ -178,7 +178,7 @@ Previous Topic:  Models User Guide Home   ·   Next Topic:  Using Libraries

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/hooks.html b/user_guide/general/hooks.html index d8026ca34..dbeecbed9 100644 --- a/user_guide/general/hooks.html +++ b/user_guide/general/hooks.html @@ -158,7 +158,7 @@ Previous Topic:  Creating Core Classes User Guide Home   ·   Next Topic:  Auto-loading Resources

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/libraries.html b/user_guide/general/libraries.html index f4e53b769..d84fa110e 100644 --- a/user_guide/general/libraries.html +++ b/user_guide/general/libraries.html @@ -91,7 +91,7 @@ Previous Topic:  Helpers User Guide Home   ·   Next Topic:  Creating Libraries

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html index 60608ebea..b964704c0 100644 --- a/user_guide/general/managing_apps.html +++ b/user_guide/general/managing_apps.html @@ -126,7 +126,7 @@ Previous Topic:  Profiling Your ApplicationUser Guide Home   ·   Next Topic:  Alternative PHP Syntax

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/models.html b/user_guide/general/models.html index f4f3cffd8..ad72a8447 100644 --- a/user_guide/general/models.html +++ b/user_guide/general/models.html @@ -244,7 +244,7 @@ Previous Topic:  Views User Guide Home   ·   Next Topic:  Helpers

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/profiling.html b/user_guide/general/profiling.html index 777aecdad..d34ab4c93 100644 --- a/user_guide/general/profiling.html +++ b/user_guide/general/profiling.html @@ -174,7 +174,7 @@ Previous Topic:  Caching User Guide Home   ·   Next Topic:  Managing Applications

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/quick_reference.html b/user_guide/general/quick_reference.html index 744afb964..9db13f008 100644 --- a/user_guide/general/quick_reference.html +++ b/user_guide/general/quick_reference.html @@ -70,7 +70,7 @@ Quick Reference Chart Top of Page   ·   User Guide Home

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/requirements.html b/user_guide/general/requirements.html index 75d57051e..d49cbdd07 100644 --- a/user_guide/general/requirements.html +++ b/user_guide/general/requirements.html @@ -75,7 +75,7 @@ Server Requirements User Guide Home   ·   Next Topic:  License Agreement

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/reserved_names.html b/user_guide/general/reserved_names.html index e00dd76b2..3ff85de51 100644 --- a/user_guide/general/reserved_names.html +++ b/user_guide/general/reserved_names.html @@ -121,7 +121,7 @@ Previous Topic:  Controllers Top of Page   ·   User Guide Home   ·   Next Topic:  Views

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html index 946780c19..ad4cffad3 100644 --- a/user_guide/general/routing.html +++ b/user_guide/general/routing.html @@ -164,7 +164,7 @@ Previous Topic:  Common Functions User Guide Home   ·   Next Topic:  Error Handling

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/security.html b/user_guide/general/security.html index 9c602b588..76a5f0021 100644 --- a/user_guide/general/security.html +++ b/user_guide/general/security.html @@ -157,7 +157,7 @@ Previous Topic:  Alternative PHP User Guide Home   ·   Next Topic:  PHP Style Guide

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/styleguide.html b/user_guide/general/styleguide.html index a16a442ca..cdf95d27e 100644 --- a/user_guide/general/styleguide.html +++ b/user_guide/general/styleguide.html @@ -672,7 +672,7 @@ Previous Topic:  Security User Guide Home   ·   Next Topic:  Writing Documentation

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/urls.html b/user_guide/general/urls.html index 2d967eb2c..53dff34e3 100644 --- a/user_guide/general/urls.html +++ b/user_guide/general/urls.html @@ -144,7 +144,7 @@ segment based URLs.

Top of Page   ·   User Guide Home   ·   Next Topic:  Controllers

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/general/views.html b/user_guide/general/views.html index 5281b6e2f..d6049191e 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -267,7 +267,7 @@ Previous Topic:  Reserved Names User Guide Home   ·   Next Topic:  Models

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/array_helper.html b/user_guide/helpers/array_helper.html index 3aba30163..c709c11c9 100644 --- a/user_guide/helpers/array_helper.html +++ b/user_guide/helpers/array_helper.html @@ -163,7 +163,7 @@ Previous Topic:   Javascript Cl Top of Page   ·   User Guide Home   ·   Next Topic:  CAPTCHA Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/captcha_helper.html b/user_guide/helpers/captcha_helper.html index 64afc774d..6780464b2 100644 --- a/user_guide/helpers/captcha_helper.html +++ b/user_guide/helpers/captcha_helper.html @@ -188,8 +188,8 @@ Previous Topic:  Array Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Cookie Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/helpers/cookie_helper.html b/user_guide/helpers/cookie_helper.html index 72f827cfc..7695b65a3 100644 --- a/user_guide/helpers/cookie_helper.html +++ b/user_guide/helpers/cookie_helper.html @@ -100,7 +100,7 @@ Previous Topic:  CAPTCHA Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Date Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/date_helper.html b/user_guide/helpers/date_helper.html index c2c138db2..48aa682d1 100644 --- a/user_guide/helpers/date_helper.html +++ b/user_guide/helpers/date_helper.html @@ -401,7 +401,7 @@ Previous Topic:  Cookie Helper User Guide Home   ·   Next Topic:  Directory Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/directory_helper.html b/user_guide/helpers/directory_helper.html index f0b94ff09..f3e41e692 100644 --- a/user_guide/helpers/directory_helper.html +++ b/user_guide/helpers/directory_helper.html @@ -136,7 +136,7 @@ Previous Topic:  Date Helper User Guide Home   ·   Next Topic:  Download Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/download_helper.html b/user_guide/helpers/download_helper.html index 9481a21b0..6582fbbba 100644 --- a/user_guide/helpers/download_helper.html +++ b/user_guide/helpers/download_helper.html @@ -105,7 +105,7 @@ Previous Topic:  Directory Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Email Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/email_helper.html b/user_guide/helpers/email_helper.html index aa8c5ea0e..242efaf32 100644 --- a/user_guide/helpers/email_helper.html +++ b/user_guide/helpers/email_helper.html @@ -95,7 +95,7 @@ Previous Topic:  Download Helper Top of Page   ·   User Guide Home   ·   Next Topic:  File Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/file_helper.html b/user_guide/helpers/file_helper.html index ce57838da..6c1a48fce 100644 --- a/user_guide/helpers/file_helper.html +++ b/user_guide/helpers/file_helper.html @@ -172,7 +172,7 @@ Previous Topic:  Email Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Form Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html index 5ab83d9de..1d11affed 100644 --- a/user_guide/helpers/form_helper.html +++ b/user_guide/helpers/form_helper.html @@ -477,7 +477,7 @@ Previous Topic:  File Helper User Guide Home   ·   Next Topic:  HTML Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/html_helper.html b/user_guide/helpers/html_helper.html index 153fefa68..2a8cb1a1d 100644 --- a/user_guide/helpers/html_helper.html +++ b/user_guide/helpers/html_helper.html @@ -383,7 +383,7 @@ Previous Topic:  Form Helper Top of Page   ·   User Guide Home   ·   Next Topic:   Path Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/inflector_helper.html b/user_guide/helpers/inflector_helper.html index 5ed022e53..ec81ac08e 100644 --- a/user_guide/helpers/inflector_helper.html +++ b/user_guide/helpers/inflector_helper.html @@ -144,7 +144,7 @@ Previous Topic:   HTML Helper User Guide Home   ·   Next Topic:  Number Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/language_helper.html b/user_guide/helpers/language_helper.html index 7990cabfb..522cbda7d 100644 --- a/user_guide/helpers/language_helper.html +++ b/user_guide/helpers/language_helper.html @@ -91,7 +91,7 @@ Previous Topic:  Date Helper User Guide Home   ·   Next Topic:  Download Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/number_helper.html b/user_guide/helpers/number_helper.html index be2e6c3cb..b97c5f34b 100644 --- a/user_guide/helpers/number_helper.html +++ b/user_guide/helpers/number_helper.html @@ -106,7 +106,7 @@ Previous Topic:  Inflector Helper User Guide Home   ·   Next Topic:  Path Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/path_helper.html b/user_guide/helpers/path_helper.html index 379c2b8a0..1b4665a61 100644 --- a/user_guide/helpers/path_helper.html +++ b/user_guide/helpers/path_helper.html @@ -99,7 +99,7 @@ Previous Topic:  Number Helper User Guide Home   ·   Next Topic:  Security Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/security_helper.html b/user_guide/helpers/security_helper.html index 5db04cdaf..53f3e2f48 100644 --- a/user_guide/helpers/security_helper.html +++ b/user_guide/helpers/security_helper.html @@ -125,7 +125,7 @@ Previous Topic:   Path Helper Top of Page   ·   User Guide Home   ·   Next Topic:  Smiley Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/smiley_helper.html b/user_guide/helpers/smiley_helper.html index 6f80214c8..9c9acd673 100644 --- a/user_guide/helpers/smiley_helper.html +++ b/user_guide/helpers/smiley_helper.html @@ -208,7 +208,7 @@ Previous Topic:  Security Helper User Guide Home   ·   Next Topic:  String Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index 624bd18ff..d1097d79c 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -182,7 +182,7 @@ Previous Topic:  Smiley Helper User Guide Home   ·   Next Topic:  Text Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/text_helper.html b/user_guide/helpers/text_helper.html index ae4bc9c06..cf2f07fdd 100644 --- a/user_guide/helpers/text_helper.html +++ b/user_guide/helpers/text_helper.html @@ -204,7 +204,7 @@ Previous Topic:  String Helper User Guide Home   ·   Next Topic:  Typography Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/typography_helper.html b/user_guide/helpers/typography_helper.html index d02d00ac9..08a22cddf 100644 --- a/user_guide/helpers/typography_helper.html +++ b/user_guide/helpers/typography_helper.html @@ -105,7 +105,7 @@ Previous Topic:  Text Helper User Guide Home   ·   Next Topic:  URL Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index ae599ef0e..be81e6096 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -295,7 +295,7 @@ Previous Topic:  Typography HelperUser Guide Home   ·   Next Topic:  XML Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/helpers/xml_helper.html b/user_guide/helpers/xml_helper.html index 6603a5d1d..2c44471fe 100644 --- a/user_guide/helpers/xml_helper.html +++ b/user_guide/helpers/xml_helper.html @@ -98,7 +98,7 @@ Previous Topic:  URL Helper Top of Page   ·   User Guide Home

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/index.html b/user_guide/index.html index 4b4226b92..68c8e0c1d 100644 --- a/user_guide/index.html +++ b/user_guide/index.html @@ -89,7 +89,7 @@ minimizing the amount of code needed for a given task.

diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 31a3d3bcd..bb6b9b681 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -114,8 +114,8 @@ Previous Topic:  Credits User Guide Home   ·   Next Topic:  Installation Instructions

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/installation/index.html b/user_guide/installation/index.html index 3c16c87e3..f53a24cfe 100644 --- a/user_guide/installation/index.html +++ b/user_guide/installation/index.html @@ -101,7 +101,7 @@ Previous Topic:  Credits Next Topic:  Upgrading from a Previous Version

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/troubleshooting.html b/user_guide/installation/troubleshooting.html index 33a5790a6..49ebdcff5 100644 --- a/user_guide/installation/troubleshooting.html +++ b/user_guide/installation/troubleshooting.html @@ -83,7 +83,7 @@ Previous Topic:  Upgrading from a Previous Ve User Guide Home   ·   Next Topic:  CodeIgniter at a Glance

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_120.html b/user_guide/installation/upgrade_120.html index 81e764644..2806d5146 100644 --- a/user_guide/installation/upgrade_120.html +++ b/user_guide/installation/upgrade_120.html @@ -85,7 +85,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_130.html b/user_guide/installation/upgrade_130.html index cc52be7fc..6495daebb 100644 --- a/user_guide/installation/upgrade_130.html +++ b/user_guide/installation/upgrade_130.html @@ -196,7 +196,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_131.html b/user_guide/installation/upgrade_131.html index 5027aa69b..ad0388dbe 100644 --- a/user_guide/installation/upgrade_131.html +++ b/user_guide/installation/upgrade_131.html @@ -95,7 +95,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_132.html b/user_guide/installation/upgrade_132.html index eab6aaf00..348b2e535 100644 --- a/user_guide/installation/upgrade_132.html +++ b/user_guide/installation/upgrade_132.html @@ -93,7 +93,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_133.html b/user_guide/installation/upgrade_133.html index 9218daac9..f38b0d94c 100644 --- a/user_guide/installation/upgrade_133.html +++ b/user_guide/installation/upgrade_133.html @@ -105,7 +105,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_140.html b/user_guide/installation/upgrade_140.html index 97e8136cf..9f3b82a7e 100644 --- a/user_guide/installation/upgrade_140.html +++ b/user_guide/installation/upgrade_140.html @@ -138,7 +138,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_141.html b/user_guide/installation/upgrade_141.html index ec25e8ee9..74db82f58 100644 --- a/user_guide/installation/upgrade_141.html +++ b/user_guide/installation/upgrade_141.html @@ -141,7 +141,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_150.html b/user_guide/installation/upgrade_150.html index 8084276f0..42932eade 100644 --- a/user_guide/installation/upgrade_150.html +++ b/user_guide/installation/upgrade_150.html @@ -171,7 +171,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_152.html b/user_guide/installation/upgrade_152.html index 3de4cb95d..f848c9d82 100644 --- a/user_guide/installation/upgrade_152.html +++ b/user_guide/installation/upgrade_152.html @@ -104,7 +104,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_153.html b/user_guide/installation/upgrade_153.html index 2dea591ad..5ea7de6ea 100644 --- a/user_guide/installation/upgrade_153.html +++ b/user_guide/installation/upgrade_153.html @@ -93,7 +93,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_154.html b/user_guide/installation/upgrade_154.html index 484330c06..a39384efd 100644 --- a/user_guide/installation/upgrade_154.html +++ b/user_guide/installation/upgrade_154.html @@ -109,7 +109,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html index da4a5d312..9aab9cc7a 100644 --- a/user_guide/installation/upgrade_160.html +++ b/user_guide/installation/upgrade_160.html @@ -118,7 +118,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_161.html b/user_guide/installation/upgrade_161.html index b045ba6cc..c6defba16 100644 --- a/user_guide/installation/upgrade_161.html +++ b/user_guide/installation/upgrade_161.html @@ -91,7 +91,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_162.html b/user_guide/installation/upgrade_162.html index a9292c6de..8024bf57c 100644 --- a/user_guide/installation/upgrade_162.html +++ b/user_guide/installation/upgrade_162.html @@ -99,7 +99,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_163.html b/user_guide/installation/upgrade_163.html index f1a817b4a..3c9634675 100644 --- a/user_guide/installation/upgrade_163.html +++ b/user_guide/installation/upgrade_163.html @@ -92,7 +92,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_170.html b/user_guide/installation/upgrade_170.html index 311cf6e37..5f3c5a318 100644 --- a/user_guide/installation/upgrade_170.html +++ b/user_guide/installation/upgrade_170.html @@ -114,7 +114,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_171.html b/user_guide/installation/upgrade_171.html index d599eb1f4..1687a690e 100644 --- a/user_guide/installation/upgrade_171.html +++ b/user_guide/installation/upgrade_171.html @@ -91,7 +91,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_172.html b/user_guide/installation/upgrade_172.html index 96a1bc71b..048dc2215 100644 --- a/user_guide/installation/upgrade_172.html +++ b/user_guide/installation/upgrade_172.html @@ -102,7 +102,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_200.html b/user_guide/installation/upgrade_200.html index d124a5e5b..a17a1a2d2 100644 --- a/user_guide/installation/upgrade_200.html +++ b/user_guide/installation/upgrade_200.html @@ -124,7 +124,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_201.html b/user_guide/installation/upgrade_201.html index 6c1282069..654e0cd9b 100644 --- a/user_guide/installation/upgrade_201.html +++ b/user_guide/installation/upgrade_201.html @@ -98,7 +98,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_202.html b/user_guide/installation/upgrade_202.html index b16be70ea..7917f6854 100644 --- a/user_guide/installation/upgrade_202.html +++ b/user_guide/installation/upgrade_202.html @@ -90,7 +90,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_203.html b/user_guide/installation/upgrade_203.html index 1dceef72f..079d16e6f 100644 --- a/user_guide/installation/upgrade_203.html +++ b/user_guide/installation/upgrade_203.html @@ -114,7 +114,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_210.html b/user_guide/installation/upgrade_210.html index cfee8f8de..6d4f34106 100644 --- a/user_guide/installation/upgrade_210.html +++ b/user_guide/installation/upgrade_210.html @@ -82,7 +82,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_211.html b/user_guide/installation/upgrade_211.html index 684c6691a..5b437ceb0 100644 --- a/user_guide/installation/upgrade_211.html +++ b/user_guide/installation/upgrade_211.html @@ -87,7 +87,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_212.html b/user_guide/installation/upgrade_212.html index 964628e30..c681761a7 100644 --- a/user_guide/installation/upgrade_212.html +++ b/user_guide/installation/upgrade_212.html @@ -77,7 +77,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_213.html b/user_guide/installation/upgrade_213.html index 598b6d7c8..a71d09b8d 100644 --- a/user_guide/installation/upgrade_213.html +++ b/user_guide/installation/upgrade_213.html @@ -77,7 +77,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_214.html b/user_guide/installation/upgrade_214.html index 5967591bd..ec7f6c2c1 100644 --- a/user_guide/installation/upgrade_214.html +++ b/user_guide/installation/upgrade_214.html @@ -77,7 +77,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrade_220.html b/user_guide/installation/upgrade_220.html index 600fa7d42..64c816d7f 100644 --- a/user_guide/installation/upgrade_220.html +++ b/user_guide/installation/upgrade_220.html @@ -79,8 +79,8 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/installation/upgrade_b11.html b/user_guide/installation/upgrade_b11.html index 8999a2b41..d205a9502 100644 --- a/user_guide/installation/upgrade_b11.html +++ b/user_guide/installation/upgrade_b11.html @@ -137,7 +137,7 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/installation/upgrading.html b/user_guide/installation/upgrading.html index e842c8f17..aa436ff71 100644 --- a/user_guide/installation/upgrading.html +++ b/user_guide/installation/upgrading.html @@ -104,8 +104,8 @@ Previous Topic:  Installation Instructions User Guide Home   ·   Next Topic:  Troubleshooting

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/libraries/benchmark.html b/user_guide/libraries/benchmark.html index e00840078..f7cf5e668 100644 --- a/user_guide/libraries/benchmark.html +++ b/user_guide/libraries/benchmark.html @@ -191,7 +191,7 @@ Previous Topic:  Writing Documentaio User Guide Home   ·   Next Topic:  Calendar Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/caching.html b/user_guide/libraries/caching.html index 4b48df3e4..47c2a4efe 100644 --- a/user_guide/libraries/caching.html +++ b/user_guide/libraries/caching.html @@ -186,7 +186,7 @@ Previous Topic:  Zip Encoding Class User Guide Home   ·   Next Topic:  Database Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/calendar.html b/user_guide/libraries/calendar.html index 4c064f7c3..f285e86ec 100644 --- a/user_guide/libraries/calendar.html +++ b/user_guide/libraries/calendar.html @@ -242,7 +242,7 @@ Previous Topic:  Benchmark Class User Guide Home   ·   Next Topic:  Cart Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/cart.html b/user_guide/libraries/cart.html index 07c96d83b..16e36d9ef 100644 --- a/user_guide/libraries/cart.html +++ b/user_guide/libraries/cart.html @@ -339,7 +339,7 @@ Previous Topic:  Calendar Class User Guide Home   ·   Next Topic:  Config Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/config.html b/user_guide/libraries/config.html index e5f242243..03583b406 100644 --- a/user_guide/libraries/config.html +++ b/user_guide/libraries/config.html @@ -215,8 +215,8 @@ Previous Topic:  Calendaring Class User Guide Home   ·   Next Topic:  Database Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/libraries/email.html b/user_guide/libraries/email.html index eea4afae3..5ff8789ca 100644 --- a/user_guide/libraries/email.html +++ b/user_guide/libraries/email.html @@ -300,7 +300,7 @@ Previous Topic:  Database Class User Guide Home   ·   Next Topic:  Encryption Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/encryption.html b/user_guide/libraries/encryption.html index 421b9703a..6332b7e86 100644 --- a/user_guide/libraries/encryption.html +++ b/user_guide/libraries/encryption.html @@ -214,8 +214,8 @@ Previous Topic:  Email Class User Guide Home   ·   Next Topic:  File Uploading Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/libraries/file_uploading.html b/user_guide/libraries/file_uploading.html index 238fb29d6..513d6506e 100644 --- a/user_guide/libraries/file_uploading.html +++ b/user_guide/libraries/file_uploading.html @@ -444,7 +444,7 @@ Previous Topic:  Encryption Helper User Guide Home   ·   Next Topic:  Form Validation Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  Ellislab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  Ellislab, Inc.

diff --git a/user_guide/libraries/form_validation.html b/user_guide/libraries/form_validation.html index 7ac6608de..a89418f96 100644 --- a/user_guide/libraries/form_validation.html +++ b/user_guide/libraries/form_validation.html @@ -1243,8 +1243,8 @@ Previous Topic:  File Uploading ClassUser Guide Home   ·   Next Topic:  FTP Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html index 55e260eed..58a3f8d08 100644 --- a/user_guide/libraries/ftp.html +++ b/user_guide/libraries/ftp.html @@ -308,7 +308,7 @@ Previous Topic:  Form Validation Class< User Guide Home   ·   Next Topic:  HTML Table Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/image_lib.html b/user_guide/libraries/image_lib.html index a92fe3c22..b205ed74e 100644 --- a/user_guide/libraries/image_lib.html +++ b/user_guide/libraries/image_lib.html @@ -660,7 +660,7 @@ Previous Topic:  HTML Table Class User Guide Home   ·   Next Topic:  Input Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/input.html b/user_guide/libraries/input.html index 4114f849e..a99378df4 100644 --- a/user_guide/libraries/input.html +++ b/user_guide/libraries/input.html @@ -288,7 +288,7 @@ Previous Topic:  Image Manipulation Class User Guide Home   ·   Next Topic:  Loader Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/javascript.html b/user_guide/libraries/javascript.html index 06c5b3d22..40f9af487 100644 --- a/user_guide/libraries/javascript.html +++ b/user_guide/libraries/javascript.html @@ -240,8 +240,8 @@ Previous Topic:  Database Class Top of Page   ·   User Guide Home   ·   Next Topic:  Array Helper

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/libraries/language.html b/user_guide/libraries/language.html index 78627f992..b2473d9dd 100644 --- a/user_guide/libraries/language.html +++ b/user_guide/libraries/language.html @@ -130,7 +130,7 @@ Previous Topic:  Loader Class User Guide Home   ·   Next Topic:  Output Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index 1b05b85ad..c1209973f 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -266,7 +266,7 @@ Previous Topic:  Input Class User Guide Home   ·   Next Topic:  Language Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/migration.html b/user_guide/libraries/migration.html index 1651301e0..dbda8d48b 100644 --- a/user_guide/libraries/migration.html +++ b/user_guide/libraries/migration.html @@ -169,7 +169,7 @@ Previous Topic:  Form Validation Class< User Guide Home   ·   Next Topic:  HTML Table Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/output.html b/user_guide/libraries/output.html index c3f0f5c75..4d92d4185 100644 --- a/user_guide/libraries/output.html +++ b/user_guide/libraries/output.html @@ -170,7 +170,7 @@ Previous Topic:  Language Class User Guide Home   ·   Next Topic:  Pagination Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/pagination.html b/user_guide/libraries/pagination.html index ec78675b6..2fe603274 100644 --- a/user_guide/libraries/pagination.html +++ b/user_guide/libraries/pagination.html @@ -226,7 +226,7 @@ Previous Topic:  Output Class User Guide Home   ·   Next Topic:  Session Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/parser.html b/user_guide/libraries/parser.html index 100a0c50f..8ea6d09e1 100644 --- a/user_guide/libraries/parser.html +++ b/user_guide/libraries/parser.html @@ -205,7 +205,7 @@ Previous Topic:  Trackback Class User Guide Home   ·   Next Topic:  Typography

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/security.html b/user_guide/libraries/security.html index 145c39a5f..3ea2d8ff4 100644 --- a/user_guide/libraries/security.html +++ b/user_guide/libraries/security.html @@ -128,7 +128,7 @@ Previous Topic:  Pagination Class User Guide Home   ·   Next Topic:  Session Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/sessions.html b/user_guide/libraries/sessions.html index 9a8b411df..39706eeea 100644 --- a/user_guide/libraries/sessions.html +++ b/user_guide/libraries/sessions.html @@ -336,8 +336,8 @@ Previous Topic:  Security Class User Guide Home   ·   Next Topic:  Trackback Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/libraries/table.html b/user_guide/libraries/table.html index fdd836b75..06af266a2 100644 --- a/user_guide/libraries/table.html +++ b/user_guide/libraries/table.html @@ -308,7 +308,7 @@ Previous Topic:  FTP Class   &mi User Guide Home   ·   Next Topic:  Image Manipulation Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/trackback.html b/user_guide/libraries/trackback.html index 9dab13069..a8e67bf51 100644 --- a/user_guide/libraries/trackback.html +++ b/user_guide/libraries/trackback.html @@ -239,7 +239,7 @@ Previous Topic:  Session Class User Guide Home   ·   Next Topic:  Template Parser Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/typography.html b/user_guide/libraries/typography.html index 7ad1176ec..9c6abb0aa 100644 --- a/user_guide/libraries/typography.html +++ b/user_guide/libraries/typography.html @@ -153,7 +153,7 @@ Previous Topic:  Template Parser User Guide Home   ·   Next Topic:  Unit Testing Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/unit_testing.html b/user_guide/libraries/unit_testing.html index 4825862ad..f54239b43 100644 --- a/user_guide/libraries/unit_testing.html +++ b/user_guide/libraries/unit_testing.html @@ -219,7 +219,7 @@ Previous Topic:  Typography Class User Guide Home   ·   Next Topic:  URI Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/uri.html b/user_guide/libraries/uri.html index b63de4c7d..be49a4dcf 100644 --- a/user_guide/libraries/uri.html +++ b/user_guide/libraries/uri.html @@ -245,7 +245,7 @@ Previous Topic:  Unit Testing Class User Guide Home   ·   Next Topic:  User Agent Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/user_agent.html b/user_guide/libraries/user_agent.html index 2b5ffe862..33ec6b45e 100644 --- a/user_guide/libraries/user_agent.html +++ b/user_guide/libraries/user_agent.html @@ -219,7 +219,7 @@ Previous Topic:  URI Class User Guide Home   ·   Next Topic:  XML-RPC Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/xmlrpc.html b/user_guide/libraries/xmlrpc.html index e6598f289..72b210297 100644 --- a/user_guide/libraries/xmlrpc.html +++ b/user_guide/libraries/xmlrpc.html @@ -512,7 +512,7 @@ Previous Topic:  User Agent Class User Guide Home   ·   Next Topic:  Zip Encoding Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/libraries/zip.html b/user_guide/libraries/zip.html index ea857d223..6d9b63a3c 100644 --- a/user_guide/libraries/zip.html +++ b/user_guide/libraries/zip.html @@ -281,7 +281,7 @@ Previous Topic:   XML-RPC Class User Guide Home   ·   Next Topic:  Caching Class

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/license.html b/user_guide/license.html index 811ae5d2f..47f9e35b1 100644 --- a/user_guide/license.html +++ b/user_guide/license.html @@ -60,7 +60,7 @@ License Agreement

CodeIgniter License Agreement

-

Copyright (c) 2008 - 2011, EllisLab, Inc.
+

Copyright (c) 2008 - 2014, EllisLab, Inc.
All rights reserved.

This license is a legal agreement between you and EllisLab Inc. for the use of CodeIgniter Software (the "Software"). By obtaining the Software you agree to comply with the terms and conditions of this license.

@@ -100,7 +100,7 @@ Previous Topic:  Server Requiremen User Guide Home   ·   Next Topic:  Change Log

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/overview/appflow.html b/user_guide/overview/appflow.html index 3fe012c65..117b87b93 100644 --- a/user_guide/overview/appflow.html +++ b/user_guide/overview/appflow.html @@ -88,7 +88,7 @@ Previous Topic:  CodeIgniter Features User Guide Home   ·   Next Topic:  Model-View-Controller

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/overview/at_a_glance.html b/user_guide/overview/at_a_glance.html index e0b357085..3d490c56c 100644 --- a/user_guide/overview/at_a_glance.html +++ b/user_guide/overview/at_a_glance.html @@ -155,7 +155,7 @@ Previous Topic:  Getting Started User Guide Home   ·   Next Topic:  CodeIgniter Cheatsheets

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/overview/cheatsheets.html b/user_guide/overview/cheatsheets.html index 859cc63e3..15758f982 100644 --- a/user_guide/overview/cheatsheets.html +++ b/user_guide/overview/cheatsheets.html @@ -76,7 +76,7 @@ Previous Topic:  CodeIgniter at a GlanceUser Guide Home   ·   Next Topic:  CodeIgniter Features

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/overview/features.html b/user_guide/overview/features.html index 9233d99c8..c767d34ba 100644 --- a/user_guide/overview/features.html +++ b/user_guide/overview/features.html @@ -111,7 +111,7 @@ Previous Topic:  CodeIgniter CheatsheetsUser Guide Home   ·   Next Topic:  Application Flow Chart

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/overview/getting_started.html b/user_guide/overview/getting_started.html index 3be8fe34a..be65a26f3 100644 --- a/user_guide/overview/getting_started.html +++ b/user_guide/overview/getting_started.html @@ -85,7 +85,7 @@ our Wiki to see code examples posted User Guide Home   ·   Next Topic:  CodeIgniter At a Glance

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/overview/goals.html b/user_guide/overview/goals.html index e2ceb4c10..b9ba7cb15 100644 --- a/user_guide/overview/goals.html +++ b/user_guide/overview/goals.html @@ -91,7 +91,7 @@ Previous Topic:  Model-View-Controller User Guide Home   ·   Next Topic:  Getting Started

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/overview/index.html b/user_guide/overview/index.html index 37b202394..c49cf3d43 100644 --- a/user_guide/overview/index.html +++ b/user_guide/overview/index.html @@ -77,7 +77,7 @@ Introduction diff --git a/user_guide/overview/mvc.html b/user_guide/overview/mvc.html index ec3267770..ac6c4cb12 100644 --- a/user_guide/overview/mvc.html +++ b/user_guide/overview/mvc.html @@ -93,7 +93,7 @@ Previous Topic:  Application Flow Chart User Guide Home   ·   Next Topic:  Architectural Goals

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/toc.html b/user_guide/toc.html index 1aaaa7325..1ab78cf89 100644 --- a/user_guide/toc.html +++ b/user_guide/toc.html @@ -221,7 +221,7 @@ Table of Contents diff --git a/user_guide/tutorial/conclusion.html b/user_guide/tutorial/conclusion.html index 9eab7b722..359323444 100644 --- a/user_guide/tutorial/conclusion.html +++ b/user_guide/tutorial/conclusion.html @@ -84,7 +84,7 @@ Previous Topic:  Create news itemsUser Guide Home   ·   Next Topic:  CodeIgniter URLs

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/tutorial/create_news_items.html b/user_guide/tutorial/create_news_items.html index 5f1b83083..d7527da2b 100644 --- a/user_guide/tutorial/create_news_items.html +++ b/user_guide/tutorial/create_news_items.html @@ -172,7 +172,7 @@ Previous Topic:  News section User Guide Home   ·   Next Topic:  Conclusion

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/tutorial/hard_coded_pages.html b/user_guide/tutorial/hard_coded_pages.html index 0c84fecf0..378947db2 100644 --- a/user_guide/tutorial/hard_coded_pages.html +++ b/user_guide/tutorial/hard_coded_pages.html @@ -151,7 +151,7 @@ Previous Topic:  CodeIgniter CheatsheetsUser Guide Home   ·   Next Topic:  Application Flow Chart

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/tutorial/index.html b/user_guide/tutorial/index.html index ed7255291..72d53cdaf 100644 --- a/user_guide/tutorial/index.html +++ b/user_guide/tutorial/index.html @@ -94,7 +94,7 @@ Previous Topic:  Goals User Guide Home   ·   Next Topic:  Static pages

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

diff --git a/user_guide/tutorial/news_section.html b/user_guide/tutorial/news_section.html index 52d34c256..e6b98a388 100644 --- a/user_guide/tutorial/news_section.html +++ b/user_guide/tutorial/news_section.html @@ -223,8 +223,8 @@ Previous Topic:  Static pages User Guide Home   ·   Next Topic:  Create news items

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file diff --git a/user_guide/tutorial/static_pages.html b/user_guide/tutorial/static_pages.html index 1c0699f64..ca17380ca 100644 --- a/user_guide/tutorial/static_pages.html +++ b/user_guide/tutorial/static_pages.html @@ -199,8 +199,8 @@ Previous Topic:  Introduction User Guide Home   ·   Next Topic:  News section

-

CodeIgniter  ·  Copyright © 2006 - 2012  ·  EllisLab, Inc.

+

CodeIgniter  ·  Copyright © 2006 - 2014  ·  EllisLab, Inc.

- + \ No newline at end of file -- cgit v1.2.3-24-g4f1b