I have created an user login system using Yiis Authorisation. All of my rules are fine providing they do not have methods inherited from the parent model.
I have my models like this for example …
Model.php
– News.php
– Comments.php
In my bizrules I can use methods from News and Comments but not from Model, any idea why?
Any idea how to fix?