Skip to content

Instantly share code, notes, and snippets.

@simkimsia
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simkimsia/49d785d86e68b922b2a2 to your computer and use it in GitHub Desktop.
Save simkimsia/49d785d86e68b922b2a2 to your computer and use it in GitHub Desktop.
cake2-gotchas.md

Gotchas

JsonView not displaying json string at all

Please ensure that the data is utf-8 encoded.

If data comes from database, ideally add

'encoding' => 'utf8'

to your database config

See cakephp/cakephp#5338 (comment) for history

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment