maudite wrote: > Hi there have seen a few posts in regards to binding db views to cake > models and was wondering if this is going to be addressed in the core > in future releases. I am using cake 1.1.8 and have implemented the > code change listed in: > http://groups.google.ca/group/cake-php/browse_thread/thread/e747844d9d583bc6/0220bcf5511f5637?lnk=gst&q=findall+mysql+views&rnum=2#0220bcf5511f5637 > > which is working for me. > > Just wondering as binding the db view to a model is definitely the > right way to go for certain areas of my app and this would make > upgrading cake in the future easier as I do my darnedest not to > modifying core cake code.
A (large) web application I'm currently building only uses views. I don't do anything fancy to make them work with MySQL but I do declare and define all of my relationships in the models. No problems here... Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
