CakePHPの $this->data の中身の行方

12:04 am CakePHP

CakePHP 1.2.0.7296 で起きたこと。

$this->data はビューからも呼び出せるけど
なぜか消えちゃうデータが。

ビューから$this->data を呼ぶと、
なぜか全角文字が消滅する。

同じフォームから半角英数字を入れたら
普通に受け取れるのに、
全角文字をいれたら空になってる。

何ですかこれは。

手元の環境でそうなっているだけなのか
常にそうなるのか
そもそも仕様なのかはわからない。

ともかくメモ。

One Response

  1. 読者 Says:

    文字コードの設定がシングルバイトの文字コードになっていて、CakePHP内部の自動変換によって全角文字が失われているのかも。

Leave a Comment

Your comment

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.