Re: belongsTo not binding to Model - 1.2

2008-01-29 Thread manish
I am also facing a similar problem. I have created associations in Past successfully. But sometimes even though everything looks correct but we see no sign of association. I want to ask Is there any way of checking where we are going wrong? On Jan 30, 9:46 am, Mac65 <[EMAIL PROTECTED]> wrote: >

belongsTo not binding to Model - 1.2

2008-01-29 Thread Mac65
This is using 1.2.0.6311 beta I may be mistaken about how this should work, but I thought setting the belongsTo variable in a model would cause it to join automatically when using the find ('all') method on that model. I have two models: class Collector extends AppModel { var $name = 'Colle