Cakephp Help

Associate
Joined
30 Jun 2003
Posts
2,237
Location
Sussex
I'm building a site where there are two tables for users. I considered trying to merge them into one to make life easier but they're just too separate in their structure.

What I'm now struggling with is telling Cakephp that certain areas require either user type login, or one or the other. It seems it can only recognise one login type per site.

Any ideas or hacks?
 
Thanks for the help but you missed the most important point: Cakephp by default will only accept one model as an authentication source, I want two, hence 'hack'.
 
Can't you just extend the user class?

I'm not familiar with CakePHP but i'm sure it follows that it uses classes.
 
Back
Top Bottom