Thanks

Just select queries being ran, no update?

SELECT `Category`.`id`, `Category`.`parent_id`, `Category`.`lft`,
`Category`.`rght`, `Category`.`name`, `Category`.`quantities`,
`Category`.`delivery`, `Category`.`description`, `Category`.`image`,
`Category`.`created`, `Category`.`modified` FROM `categories` AS
`Category` WHERE 1 = 1 AND `Category`.`parent_id` = 1 ORDER BY
`Category`.`lft` asc

SELECT `Category`.`id`, `Category`.`parent_id`, `Category`.`lft`,
`Category`.`rght`, `Category`.`name`, `Category`.`quantities`,
`Category`.`delivery`, `Category`.`description`, `Category`.`image`,
`Category`.`created`, `Category`.`modified` FROM `categories` AS
`Category` WHERE `Category`.`name` = 'Flyers' LIMIT 1

SELECT `Category`.`id`, `Category`.`lft`, `Category`.`rght`,
`Category`.`parent_id` FROM `categories` AS `Category` WHERE 1 = 1 AND
`Category`.`id` = 2 LIMIT 1

SELECT `Category`.`id`, `Category`.`lft`, `Category`.`rght` FROM
`categories` AS `Category` WHERE 1 = 1 AND `Category`.`id` = 1 LIMIT 1


On 20 Feb, 13:31, WebbedIT <[email protected]> wrote:
> try stopping the redirects and turn debug to 2 to see what queries are
> being ran.

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

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

Reply via email to