Thanks for the reply, took another look and still need to use that code
modification to have it work.
The model that I am trying to bind to a mySQL view is a one to one
relationship and has all the information I need (the view itself in
mySQL is another story and quite complex).
so my Model is quite simple just
var $name = 'mySqlView';
var $useTable = 'mySql_views';

In my thinking this should work (and does with the code mod), but if I
am hearing you correctly I need to define all the relationships in the
model that are already defined in the mySql view or am I just missing
something really simple.

Darryl


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to