I've found a work around by changing the arguments and URL to work like
this: /forums/new_topic/?forum=1

In doing this I've noticed that the controller arguments definitely
influence model save calls as now I am seeing this SQL query: SELECT
COUNT(*) AS count FROM `posts` WHERE (`id` = 'forum=1')

Is there any way to turn off this behaviour? Surely the controller
shouldn't these make assumptions about the arguments.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to