cake newbie needs a little help.
I want to have a table called proceedings and a model called Proceeding
(it's for different types of judicial proceedings and ancillary events
-- plea, sentencing, etc; it makes sense).
When I bake, bake wants to call the model Proceedings plural, and that
works ok. But I want it to be consistent with Cake convention and the
rest of the app. So I try coding it by hand and I keep getting "Missing
Model: No class found for the model Proceedings" when i try
http:/cake/proceedings
I tried tweaking my app's config/infections.php like so:
$irregularPlural = array('proceeding'=>'proceedings');
but that didn't do it. So I did a complete no-no (just for diagnostic
purposes) and edited cake's own libs/inflector.php:
$coreUninflectedPlural = array();
and that still doesn't do it.
What's my problem and how can I get around it?
Many thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---