That kinda works, but will that cause problems later on because the
CamelCase is not correct?
It's reporting: "Missing Model...No class found for the model
Salesanalysis...in file : app\models\salesanalysis.php".
I'm concerned that the model filename is "salesanalysis" instead of the
expected "sales_analysis.php".
For now I'll play it safe with just plain "analysis".
meek wrote:
> I got the same result. The following in /app/config/inflections.php
> solved it:
> $irregularPlural = array('salesanalysis' => 'salesanalyses');
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---