Skip to content

Commit b21364f

Browse files
authored
Merge pull request #298 from bcit-ci/feature/form_helper
Form helper
2 parents d153dec + 2da1f0b commit b21364f

File tree

4 files changed

+1820
-1
lines changed

4 files changed

+1820
-1
lines changed

application/Config/App.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,25 @@ class App extends BaseConfig
9595
| Application Timezone
9696
|--------------------------------------------------------------------------
9797
|
98-
| The default timezone that will be used in your application to display
98+
| The default timezone that will be used in your application to display
9999
| dates with the date helper, and can be retrieved through the app_timezone()
100100
|
101101
*/
102102
public $appTimezone = 'America/Chicago';
103103

104+
/*
105+
|--------------------------------------------------------------------------
106+
| Default Character Set
107+
|--------------------------------------------------------------------------
108+
|
109+
| This determines which character set is used by default in various methods
110+
| that require a character set to be provided.
111+
|
112+
| See http://php.net/htmlspecialchars for a list of supported charsets.
113+
|
114+
*/
115+
public $charset = 'UTF-8';
116+
104117
/*
105118
|--------------------------------------------------------------------------
106119
| URI PROTOCOL

0 commit comments

Comments
 (0)