diff options
Diffstat (limited to 'user_guide/database')
-rw-r--r-- | user_guide/database/active_record.html | 2 | ||||
-rw-r--r-- | user_guide/database/caching.html | 2 | ||||
-rw-r--r-- | user_guide/database/call_function.html | 2 | ||||
-rw-r--r-- | user_guide/database/configuration.html | 2 | ||||
-rw-r--r-- | user_guide/database/connecting.html | 2 | ||||
-rw-r--r-- | user_guide/database/examples.html | 2 | ||||
-rw-r--r-- | user_guide/database/fields.html | 2 | ||||
-rw-r--r-- | user_guide/database/forge.html | 2 | ||||
-rw-r--r-- | user_guide/database/helpers.html | 2 | ||||
-rw-r--r-- | user_guide/database/index.html | 2 | ||||
-rw-r--r-- | user_guide/database/queries.html | 2 | ||||
-rw-r--r-- | user_guide/database/results.html | 2 | ||||
-rw-r--r-- | user_guide/database/table_data.html | 2 | ||||
-rw-r--r-- | user_guide/database/transactions.html | 2 | ||||
-rw-r--r-- | user_guide/database/utilities.html | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html index 796d1b254..1a3c9b6e2 100644 --- a/user_guide/database/active_record.html +++ b/user_guide/database/active_record.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Active Record : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html index bc1cd0d82..d9b906218 100644 --- a/user_guide/database/caching.html +++ b/user_guide/database/caching.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Database Caching Class : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/call_function.html b/user_guide/database/call_function.html index 08b855b55..9ea2aba72 100644 --- a/user_guide/database/call_function.html +++ b/user_guide/database/call_function.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Custom Function Calls : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html index b7780405e..e14e16153 100644 --- a/user_guide/database/configuration.html +++ b/user_guide/database/configuration.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Database Configuration : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html index bc4b2e7e7..8de046040 100644 --- a/user_guide/database/connecting.html +++ b/user_guide/database/connecting.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Connecting to your Database : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/examples.html b/user_guide/database/examples.html index debecbf8d..22d2eba57 100644 --- a/user_guide/database/examples.html +++ b/user_guide/database/examples.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Database Quick Start : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/fields.html b/user_guide/database/fields.html index 15631df4b..06ee20e60 100644 --- a/user_guide/database/fields.html +++ b/user_guide/database/fields.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Field Data : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/forge.html b/user_guide/database/forge.html index f679a4f29..cbe503848 100644 --- a/user_guide/database/forge.html +++ b/user_guide/database/forge.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Database Forge Class : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/helpers.html b/user_guide/database/helpers.html index 7d3d0e46d..10598f8a8 100644 --- a/user_guide/database/helpers.html +++ b/user_guide/database/helpers.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Query Helper Functions : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/index.html b/user_guide/database/index.html index 506efcc46..d67dfc20d 100644 --- a/user_guide/database/index.html +++ b/user_guide/database/index.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Database Class : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/queries.html b/user_guide/database/queries.html index 6c030059d..e5f0a086b 100644 --- a/user_guide/database/queries.html +++ b/user_guide/database/queries.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Queries : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/results.html b/user_guide/database/results.html index 50f32de9a..468a83503 100644 --- a/user_guide/database/results.html +++ b/user_guide/database/results.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Generating Query Results : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/table_data.html b/user_guide/database/table_data.html index 6e4d7688f..8c82a70ff 100644 --- a/user_guide/database/table_data.html +++ b/user_guide/database/table_data.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Table Data : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/transactions.html b/user_guide/database/transactions.html index b1187a048..5fcc8e391 100644 --- a/user_guide/database/transactions.html +++ b/user_guide/database/transactions.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Transactions : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index 3050801b9..dd16f5c7f 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Database Utility Class : CodeIgniter User Guide</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
@@ -12,7 +13,6 @@ <script type="text/javascript" src="../nav/moo.fx.js"></script>
<script type="text/javascript" src="../nav/user_guide_menu.js"></script>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv='expires' content='-1' />
<meta http-equiv= 'pragma' content='no-cache' />
<meta name='robots' content='all' />
|