Hello All,

I just got stuck with a little issue that I would appreciate any help.
I have got a Model that is partially stored in a database, and the
other attributes are gathered in the "afterFind" time. For instance,
given a model "User" the username is in the database but all the user
data (full name and etc.) are on NIS. So when I query the user
database I got only the usernames but when afterFind is triggered it
loads the data off NIS for all of them.

Given that I want to keep things that way (that is, what is in NIS
should be kept in NIS only) how would I make the displayField of User
point to a "field" that is generated only in afterFind (like full
name) ?

Best,
~IF.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to