I am using a code from this https://github.com/wartron/yii-twitter url,
It shows the error:
include(Profile.php): failed to open stream: No such file or directory
$model = new User; /*comment from author*/make the user module
$profile=new Profile; /*comment from author*/since im using the yii user module i have a profile model as well
$profile->regMode = true;
Please help sove this issue
edit : My question is totally different this is totally a yii framework question. not a general php question...