Cakephp find all query on multiple models
问题 I try the following to get al the Articles That belong to MenuItem 6 and have an Article content_type of 'blog'. It does find all the articles with content_type='blog' . But I only want it to return the Article if it belongs to Menuitem 7. And now it return an empty value for MenuItem when not 7. How can I accomplish that it'll only load the articles from MenuItem 7? MenuItem has a HABTM relationship with Article code: $d=$this->Article->find('all' , array('contain' => array( 'MenuItem' =>