Closed GoogleCodeExporter closed 8 years ago
You may configure the module.
Place this to the protected/config/main.php
'modules'=>array(
'user'=>array(
'tableUsers' => 'tbl_users',
'tableProfiles' => 'tbl_profiles',
'tableProfileFields' => 'tbl_profiles_fields',
),
...
Original comment by hea...@gmail.com
on 28 Feb 2011 at 8:46
See http://code.google.com/p/yii-user/issues/detail?id=10#c3
Original comment by mish...@gmail.com
on 28 Feb 2011 at 10:35
Or you can add to your DB component configuration 'table_prefix'=>'_tbl'.
In any case if you even dont want to use table prefixes, you may add
'table_prefix'=>'' to your DB component configuration and table names, that is
specified as '{{someName}}' will work correctly.
Original comment by vitaliy.step
on 28 Feb 2011 at 2:26
Right string: 'tablePrefix'=>'tbl_'
Original comment by aleshin....@gmail.com
on 2 Sep 2011 at 6:59
i want to add field for upload image profile
Original comment by ashraf.a...@gmail.com
on 28 Mar 2012 at 2:24
Original issue reported on code.google.com by
b.taraka...@gmail.com
on 28 Feb 2011 at 2:35