I've just started working with Cake and have been impressed so far. I've created: A table called "waves" A model class called "wave" (wave.php) A controller class called "WavesController" (waves_controller.php)
Somehow "wave" turns into "wafe" when SQL is generated. For example: Nr Query Error Affected Num. rows Took (ms) 1 DESCRIBE `waves` 3 3 38 2 SELECT COUNT(*) AS `count` FROM `waves` AS `Wafe` WHERE `Wafe`.`id` = 1 1 1 0 3 SELECT `Wafe`.`id`, `Wafe`.`name`, `Wafe`.`deployment_date` FROM `waves` AS `Wafe` WHERE `Wafe`.`id` = 1 LIMIT 1 1 1 0 Any idea what's going on here? I've searched and found no "wafe" typos in my code. Thanks! Jeff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
