The information has to come from somewhere. Each database driver acts 
a little differently. But in the end, Cake derives the model.field 
values from the query result. The only way it can name them a 
different way (other than from its source table) is aliases.

If you're unwilling to provide the aliases for each of your view's 
columns and name, you will have no mapping. The only other thing you 
could really do, is manually provide the column name and info for each 
model. But that really beats up the convention over configuration 
mantra.




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