when I change persistModel from false to true in my controller
I got an error on $this->MyModel->bindModel()
the exacte line of code:
$this->Server->bindModel(array('hasMany'=>array('Execution'=>array(
'conditions'=> 'Execution.application_id='.$application['id'].'
AND Execution.created>="'.$application['created'].'"'.' AND
Execution.statut_id=1'))));
Have anyone encountered this problem before ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---