Re: Model undefined?

2006-08-02 Thread Mattijs
As an addition: leaving out the $uses makes the app ask for 'Nieuw' as modelname, it seems that when calling generateFieldNames, the controller forces singularization to find the modelclass and ignores the $uses... this would also explain why my agenda controller which is in fact identical

Re: Re: Model undefined?

2006-08-02 Thread Samuel DeVore
You might look at setting up some custom pluralizations in the the apps config/inflections.php file. It could be that the inflections are not working out right. The model and controllers are pretty dependant on that On 8/2/06, Mattijs [EMAIL PROTECTED] wrote: As an addition: leaving out the