Hi, Baking a simple forum application but run into this issue:
topics and comments tables are set to MyISAM because of its FULLTEXT support for the search... when creating a new topic the model needs to save to topics.title and comment.body and need to validate this ... just read this can be done nicely with saveAll() Is saveAll() can support MyISAM tables with atomic=>false ? What is the best way to fulltext like search on comments if InnoDB are used ? Thank you, Andras Kende --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
