Yii-User

I Already installed Yii-user 0.3-61… and it works.

After Logging in. it display the profile right? and in the right corner of profile there we’re operations. I also add a link to operations menu ‘Manage Appointment’, I want to display my tbl_appointment that i created in phpmyadmin (mysql) in the manage students page.

My tbl_appointment Attributes: id,name,date, time,

Note: IN UserModule.php i already added this code.

    <public $tableAppointment = '{{appointment}}';/>


 public $tableUsers = '{{users}}';


public $tableProfiles = '{{profiles}}';


public $tableProfileFields = '{{profiles_fields}}';

Anyone Please. If any would suggest to create Controller/Model and View, Kindly please Help me.

what is the question ?