Edit this car from Joe's Car World.To see the page retain the URL params, delete the name or color and click 'edit'. Also, the controller only validates and does not save to the database if you successfully submit.


home
(default) 5 queries took 3 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `cars`661
2DESCRIBE `dealers`441
3SELECT `Car`.`id`, `Car`.`dealer_id`, `Car`.`name`, `Car`.`color`, `Car`.`created`, `Car`.`modified`, `Dealer`.`id`, `Dealer`.`name`, `Dealer`.`created`, `Dealer`.`modified` FROM `cars` AS `Car` LEFT JOIN `dealers` AS `Dealer` ON (`Car`.`dealer_id` = `Dealer`.`id`) WHERE `Car`.`id` = 10 LIMIT 1111
4SELECT `Dealer`.`id`, `Dealer`.`name`, `Dealer`.`created`, `Dealer`.`modified` FROM `dealers` AS `Dealer` WHERE `Dealer`.`id` = 810 LIMIT 1110
5SELECT `Car`.`id`, `Car`.`dealer_id`, `Car`.`name`, `Car`.`color`, `Car`.`created`, `Car`.`modified` FROM `cars` AS `Car` WHERE `Car`.`dealer_id` = (810) 110