I didn't make the first few comments ... but in honesty I didn't even think you could use spaces in MySQL table/field names as I've never seen a schema in all my time using such a naming convention.
But, even though you can use spaces in MySQL you are now using CakePHP which is built on the principal of 'convention over configuration' and has a convention for naming database tables and fields so if you follow it, CakePHP will behave as expected. The fact that no-one else has contributed to your ticket or group post in well over 2 months shows that others are not encountering this issue as they are most likely following the CakePHP conventions. Ticket: https://trac.cakephp.org/ticket/6160 Group post: http://groups.google.com/group/cake-php/browse_thread/thread/19cbc5dc4b49d357 Please bare in mind that CakePHP is not PHP it is an open source framework, developed by a team of volunteers, that sits on top of PHP mainly to bring some convention to what is an easy to pickup scripting language that easily allows for ugly, inefficient code. Also bare in mind that CakePHP works with a wide range of database platforms and as such has to apply some convention to those to. Paul (WebbedIT) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
