Saturday, February 11, 2012

Calling other Model using relation

confusing title .. haha

model:post
$hasMany = 'Comment'

controller:post
$this->Comment->find('all'); <--- Wrong
$this->Post->Comment->find('all'); <--- right ..

just a mistake that i made ... o god.. never understand how cakephp work internally

No comments:

Post a Comment