Hi Paul,

> it there a reason for it? am i missing something?

Callbacks are not fired for models/behaviours when you use raw SQL.

hth

Jon

>
> Best regards,
>
> here some more extra info..
>
> brand model:
> public $hasMany = array('LineItem', 'Product' =>
>                       array('className'    => 'Product',
>                                                         'dependent'    =>  
> true));
>
> product model:
> public $belongsTo = array('Brand');
> public $actsAs = array('Sap');
>
> sap behaviour :
>
> function afterFind(&$model, $results, $primary){
>                .......
>        return $results;
> }
>
>
> >
>



-- 

jon bennett
w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to