Skip to content

Instantly share code, notes, and snippets.

@h2ospace
Created December 4, 2012 17:05
Show Gist options
  • Save h2ospace/4206274 to your computer and use it in GitHub Desktop.
Save h2ospace/4206274 to your computer and use it in GitHub Desktop.
FuelPHP config.php
ini_set('default_charset', 'UTF-8');
return array(
'language' => 'ja',
'locale' => 'ja_JP.utf8',
'default_timezone' => 'Asia/Tokyo',
'always_load' => array(
'packages' => array(
//'orm',
),
'config' => array(
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment