with doctrine you can't do that ...

please do : $webUser = $this->_get('web_user', $load);

On 2 déc. 2009, at 10:17, ridcully wrote:

> Hi,
> 
> after updating from symfony 1.2.9 to symfony 1.3.0 i can't call parent
> Methods Call anymore when i've overload the method:
> 
> Class XY extends BaseXY{
> 
> public function getWebUser($load=true){
>        $webUser = parent::getWebUser($load);
>        if .....
> 
> }
> 
> }
> 
> I get an segmation Fault and I've debug the the parent call and
> Symfony tries to call methods  from Class XY and not the method from
> BaseXY, so it's a neverending loop.
> 
> --
> 
> You received this message because you are subscribed to the Google Groups 
> "symfony developers" 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/symfony-devs?hl=en.
> 
> 

--

You received this message because you are subscribed to the Google Groups 
"symfony developers" 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/symfony-devs?hl=en.


Reply via email to