Hi.
I've been silly.
I have a model called Emails, which I have build alot of functionality for, however now I have come to actually send emails in the emails controller and have hit a wall.
The email component clashes with the model, they are both referenced with $this->Email.
My question is how can I rename the component (going back and changing the model would be a lot of work).
Cheers.
P.S. I'm used to rails so I thought it would be called notifier.