Re: Three-level hasMany in view with form helper

2008-04-20 Thread Max Romantschuk
Just checking... Any thoughts on this, anyone? :) Thanks, Max Romantschuk --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegro

Three-level hasMany in view with form helper

2008-04-18 Thread Max Romantschuk
I'm working on a form for a three-level hasMany relationship. Conceptually: Book hasMany Chapter hasMany Paragraph. (Model names for illustrative purposes.) I'm using the form helper to render my form. The main parent model (Book) stuff works fine, and I can do the Chapters by supplying "Chapter.

Re: Validation criteria "alphaNumeric" doesn't accept special chars

2008-04-08 Thread Max Romantschuk
On Apr 8, 3:04 pm, grigri <[EMAIL PROTECTED]> wrote: > For a locale-based solution, has anyone tried just using the \w > metachar, as in : `/^\w+$/` ? > > Does this work? >From what I could tell in PCRE's docs, how PCRE behaves is dependent on how it is compiled. At least the i-modifier is, accor

Re: Validation criteria "alphaNumeric" doesn't accept special chars

2008-04-07 Thread Max Romantschuk
docs for details. Hopefully this is useful to someone else out there! :) Regards, Max Romantschuk http://max.romantschuk.fi/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to th