Thanks for help, however it doesn't work, still same thing. I tried var $name 'QuickNote', 'Quick_Note' and their prular forms. Nobody have idea? Don't tell me you use mono words only ;)
On Nov 3, 3:09 pm, MrTufty <[EMAIL PROTECTED]> wrote: > For the var $name, as far as I'm aware, you can't have a space in it. > So var $name = 'Quick Notes' would be wrong. > > It will (probably) fix your problem if you change the above to var > $name = 'QuickNotes'; --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
