Hi,
Great job ! 
Associations work well but I have problems when I use the behavior 
Containable, it does not work as it should (with class .... 
extends MongodbAppModel)

$results = $this->Fondeurversion->find('all', array(
'order' => array('name' => 1),
'contain' => array(
        'Fondeurgamme' => array(
            'Fondeur' => array(
                'fields' => array('id', 'name')
            ),
        )
    )
));

What is the release date of version 2.0b?
Thank you again and I hope you will continue

Sorry to post it here, I can not create a new issue on your fork

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to