Re: Please help | Newbie in cakephp

2010-07-14 Thread james livsey
Have you tried to decalre the display field? if you add the line var $displayField = 'name'; in the artists model class it should show the name instead of the id field. Hope that helps! On Wed, Jul 14, 2010 at 4:15 AM, Jramirez07 wrote: > Hello, > > I am very new to cake and started using t

Please help | Newbie in cakephp

2010-07-14 Thread Jramirez07
Hello, I am very new to cake and started using to test things out and so far loving it. Have had some complications and been searching everywhere for answers on it but no luck. Here's what I have: two models: Artists & Albums which are associated with each other with the hasMany / hasOne respect