A gotcha not documented anywhere with that method is that session queries (when storing in the db) always go to the default db no matter what, at least thats what happened when we used it on a project (cake 1.1)... we ended up having to hack dbo_mysql.php in the core to fix that problem. Also, IIRC you need to add a "return true;" to both your beforeSave() and beforeDelete().
--~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
