Skip to content

Commit 2da1f0b

Browse files
committed
Form helper
1 parent d153dec commit 2da1f0b

4 files changed

Lines changed: 1820 additions & 1 deletion

File tree

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)