Also, don't forget you need to account for the redirect in your
flash.thtml layout...
in /app/views/layouts/flash.thtml, you must do this:
<head>
<meta http-equiv="Refresh" content="<?=$pause?>;url=<?=$url?>" />
</head>
$pause and $url are assigned to the layout by your call to flash().
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---