I am building a confirmation plug-in to handle all email confirmations. I
want to keep all the custom functions for the confirmation inside the
confirmation_model but there is no db for the actual confirmation. Its in
the User table and the Profile table.
 
My controller has var $uses = array('User', 'Profile'); but them i seem to
be stuck placing my functions in normal User model and Profile model.
 
How can I place all function for dealing with the confirmations inside the
confirmation_model and use both User and Profile tables?
 
Thanks
 
Dave

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to