OK, thanks for that info!

Still, the problem persists.

I installed a fresh cake and made this tutorial:

http://bakery.cakephp.org/articles/view/multiple-rules-of-validation-per-field-in-cakephp-1-2

But even though I followed every step, it just doesn't work, no
validation is happening.



On Dec 11, 1:48 pm, grigri <[EMAIL PROTECTED]> wrote:
> Yes; Cake supports dynamic models.
>
> If you don't create an actual model file, cake will instantiate an
> instance of AppModel with the name and useTable set up to work
> properly. This is only useful for basic models though as you can't
> specify associations, behaviors, validation or anything specific for
> the auto-model.
>
> Its main use is for join tables in HABTM.
>
> hth
> grigri
>
> On Dec 11, 11:29 am, AJV <[EMAIL PROTECTED]> wrote:
>
> > A small typo - the path to the model file is of course /app/models/.
>
> > BUT I just noticed that I can change the model file to whatever, even
> > remove it, and it still works. Is this normal?!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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