Hi! Anyone has an idea how to solve my problem?;-)
I insert data to database using FCK editor, the data in DB looks OK.
My DB has all the fields in UTF8, in database.php i set encoding =>
'UTF8', in app_model.php I have 'set names utf8'. In the views where I
display subpages and it's titles everything is OK, the letters are
correct.
But in my layout I have a menu with links to all the subpages, as
their titles. And the coding doesn't work. It gives me "???" for
polish letters. I retrieve the titles of subpages in
app_controller.php in function beforeRender. Shouldn't it work the
same as for controllers for views? What's the matter with it, why
doesn't it give me the results in correct encoding?
Please, help:-)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to