[eluser]sabya[/eluser]
Is order of loading models important?
First, I have loaded a model 'user_auth' (auto loaded).
Then, I have loaded another model 'user', named as (from the controller).
'user_auth' uses the model 'user'.
There it is failing with the error: -
Code:
Message: Undefined property : UserAuth::$user
So, my question as I told: -
Is the order of loading models important?