Closed GoogleCodeExporter closed 9 years ago
http://code.google.com/p/yii-user/issues/detail?
id=6&can=1&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary%2
0Reporter#c1
Original comment by mish...@gmail.com
on 4 Mar 2010 at 4:50
im having the same problem
Original comment by Adrian....@gmail.com
on 15 Nov 2010 at 11:19
Insert 'tablePrefix' => 'tbl_' to db configuration (protected/config/main.php)
'db'=>array(
...
'tablePrefix' => 'tbl_',
),
Original comment by mish...@gmail.com
on 16 Nov 2010 at 2:39
I added
'tablePrefix' => '',
rather than not having tablePrefix in the config array.
I was then able to use table names without a prefix.
Original comment by westway...@gmail.com
on 21 Apr 2011 at 6:02
Original issue reported on code.google.com by
wanderin...@gmail.com
on 27 Feb 2010 at 4:08