2012-03-01から1ヶ月間の記事一覧

validationで静的メソッドを使用する際のエラーメッセージ

return array( // not in use 'exact_length' => 'The field :label must containly exactly :param:1 characters.', 'match_value' => 'The field :label must contain the value :param:1.', 'match_pattern' => 'The field :label must match the pattern…

finfo_open

ErrorException [ Error ]: Call to undefined function Fuel\Core\finfo_open() COREPATH/classes/upload.php @ line 322 ■解決策 extension=php_fileinfo.dll を有効にする。