cakephp 1.3: displaying row id instead of row value, please help

DoronTT

New Member
I am using cakephp 1.3, I am having a small issue,please helpI have 2 tables in my databaseProfiles and qualifications, Profiles belongs to qualifications and qualifications has many profiles. qualification display_field is set to 'qualification', I used cake bake all for creating CRUD, when I try to add profile I get the values from qualification field in drop down list ( instead of id), but when view all the profiles, the list showing qualification id instead of the values in qualification, I would like to view the qualification value instead of qualification primary key id in the list, I can change the value from the view file, but I would like to know is there any way that I can show the values automatically without modifying the index view file for profilesThank you very much guys
 
Back
Top