You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in Comments/CommentModule.php
add new public value $tableName='tbl_comments';
in Comments/models/Comment.php
public function tableName()
{
return Yii::app()->getModule('user')->tableName;
}
this solution will make customizable name of table