@Graham Is there a reason to do two queries to read the same record? It seems like your slug could be used as an index. You could take the title and replace anything non-alphameric then urlencode it and add that to the database for the slug. to get $this->data you could do a findBySlug()
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
