Comments-module icon indicating copy to clipboard operation
Comments-module copied to clipboard

custimizable of comments table

Open mrdred opened this issue 12 years ago • 0 comments

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

mrdred avatar Jan 31 '13 23:01 mrdred