That looks correct to me, to test if the problem is with the function name put() I just added a method to one of my models and called it via another model from a controller without issue so that's not the problem.
Can you access any of that models attributes/methods? how about : echo debug($this->SisField->SisQueue->belongsTo); I think that cake is not finding the model for some reason and is therefore creating it's own auto-model which obviously will not include the put() method. Confusing as your model's filename seems to be correct, but the above should test this. HTH Paul. 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 cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en