Problem with creation of model

EDIT: Issue has been solved. Thanks for your help!




    public function beforeValidate()

    {

        //if(parent::beforeValidate()) { //?

        $this->ip = Yii::app()->request->userHostAddress;

        return true;

        //}

    }



Woops… Forgot to add return true;

Thanks for the help jayrulez!