On Jan 29, 12:55 pm, "Matias Lespiau" <[EMAIL PROTECTED]> wrote:
> Haven't tested it, but in the send function of the EmailComponent I see this
> code:
> function send()
>         // lot of code
>         $__method = '__'.$this->delivery;
>         return $this->$__method();
> }
> So I think it should call the db method.

Well, I guess I should have tested it rather then going my
assumptions :) Yes, extending the component and creating the __db()
method will work. I'm quite surprised that it'll work but ... that's
just what I wanted so I'm happy.
--~--~---------~--~----~------------~-------~--~----~
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