Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1.     /**
  2.      * @return string the associated database table name
  3.      */
  4.     public function tableName()
  5.     {
  6.         return "{{".Yii::app()->controller->module->postTable."}}";
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement