tried that too... still no luck... Really, I think I've exhausted a lot of methods already but still can't fix it...
On 17 Feb, 03:09, John Andersen <[email protected]> wrote: > Damn :) Ok, have you tried adding the uses variable? > > [code] > var $uses = array('Subject'); > [/code] > > in the Subjects controller! > John > > On Feb 16, 9:49 pm, Furuno <[email protected]> wrote: > > > > > well, I'm afraid it's only in the post... > > > On 17 Feb, 02:38, John Andersen <[email protected]> wrote: > > > > Are you missing a semicolon in this code? > > > > [code] > > > <?php > > > class Subject extends AppModel { > > > var $belongsTo = 'Program'} > > > > ?> > > > [/code] > > > > just after 'Program' ? or was it a type in the post :) > > > Enjoy, > > > John > > [snip] Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
