
controller. At this point you can set the controller class that the frameworks must load by default.
language. Here is where you set the name of the default language that the framework must load for your application. Obviously you must create this language file first. The name of the file must be based on the ISO 639-2 with the extension .php and located at the _lang directory in your application's directory, by example: myapp/_lang/eng.php for english. This languages file will be described in a future post.
charset (Characters set). The use of UTF-8 is recommended, but actually the following characters sets are supported:
- UTF-8
- ISO-8859-1
- ISO-8859-15
- cp866
- cp1251
- cp1252
- KOI8-R
- BIG5
- GB2312
- BIG5-HKSCS
- Shift_JIS
- EUC-JP


Programmers have a life





