Please excuse me if I missing something stupid here, but being new to
Cake, I'm having trouble getting started with the MVC files for a
"Sales Analysis" model.  I've struggled a great deal with this trying
numerous things and still remain stumped.  To be clear, "Analyses" is
the plural of "Analysis"

The simplest way I can describe this is to list the basic steps
followed that leads to the problem. My approach is to let Cake tell me
how to proceed by following the error message instructions:

1. navigate to desired URL: http://localhost/cakeroot/sales_analyses/.
Error message indicates "Missing controller...  SalesAnalysesController
could not be found..." and instructs me to create one "in file :
app\controllers\sales_analyses_controller.php". So far, so good.

2. Create controller file according to error message in step 1, and
refresh page to get new error message: "Missing Model...No class found
for the model SalesAnalyAsis..." and instructs me to create one "in
file : app\models\sales_analy_asis.php". Not so good!

As you can see, it's expecting the model "SalesAnalyAsis" instead of
the desired "SalesAnalysis".  Do I need to customize my Inflections.php
file to make this work or is this a bug that should be addressed? I'm
using version 1.1.10.3825.

Thanks


--~--~---------~--~----~------------~-------~--~----~
 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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to