google-code-export / yii-user

Automatically exported from code.google.com/p/yii-user
1 stars 1 forks source link

problems with using yii-user inside own module #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using yii-user-0.3-r107.

I'm having small problems with using your module inside mine because you guys 
use Yii::app() -> getModule('user') which does not work in my case.

In my case I have to use Yii::app() -> getModule('myownmodule') -> 
getModule('user).

Original issue reported on code.google.com by ypu...@gmail.com on 16 Jun 2011 at 7:33