Comments-module
Comments-module copied to clipboard
custimizable of comments table
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