I am thinking about creating an authentication class as a vendor
because I will use it for another project too. But of couse this will
communicate with some tables like members or users or whatever the
table name. Authentication should only verify if username and password
are a perfect match... but it needs to query to db for that purpose.

What's your suggestion.

Btw, thanks for your reply... I really appreciate that.



On May 20, 9:52 pm, Grant Cox <[EMAIL PROTECTED]> wrote:
> If you need to extend AppModel, it sounds like you are creating a
> model class.  Which should be in models, not vendors.
>
> Vendors is usually for classes / projects that your application uses,
> but are separate projects in their own right (and should not contain
> anything application specific).
>
> What kind of functionality are you looking at putting into this new
> class?


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