[eluser]stoefln[/eluser]
[quote author="pistolPete" date="1236010081"]
Quote:Any help is appreciated very much!
Without having seen any of your code it's almost impossible![/quote]
Yeah, absolutely!
the problem is that i dont know which code to post, cause i dont know where this email-property gets set. and thats exactly the thing i m critisising: if there is a $this->property set anywhere it will be available anywhere and therefor a main concept of object oriented programming is lost: encapsulation.
i just tried to debug the Model class: found out that it gets initialised several times, and the email property is set right with the email-library instance the first view times.
But all at once it is set with a email adress string of the current logged in user.
Maybe you have an idea how to debug this further?