Re: Dynamic Navigations

2010-01-27 Thread Nathan Lane
nd email to cake-php@googlegroups.com > To unsubscribe from this group, send email to > cake-php+unsubscr...@googlegroups.comFor > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Nathan Lane Blog, http://blog.nathandelane.com Check out the

Re: Displaying apostrophes

2010-01-26 Thread Nathan Lane
group, send email to > cake-php+unsubscr...@googlegroups.comFor > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Nathan Lane Blog, http://blog.nathandelane.com Check out the new CakePHP Questions site http://cakeqs.org and help others wit

Re: named params and prefix routing

2008-12-11 Thread Lane
What were you expecting the Router to return if not "/invoices/edit/5/ owner:1/key:val"? On Dec 11, 4:39 am, Marcelius <[EMAIL PROTECTED]> wrote: > Hello! > > I have this route like the manual says for prefix routing: > > Router::connect('/owner/:controller/:action/*', array > ('prefix'=>'owner',

Re: $form->input() helper question

2008-12-10 Thread Lane
classname for the type of form element. So to style the labels for a form input you could use: div.input label { width: 300px; } Let me know if that helps. - Lane On Dec 10, 4:43 pm, maytawn <[EMAIL PROTECTED]> wrote: > I have an instance where I need to increase the width and sty

Validation for saveAll not returning messages

2008-09-10 Thread Lane
Hello, I'm trying to use saveAll to save multiple records of a model in one form. Everything works fine as far as saving and validation goes except for one little problem. If the data entered does not validate, the validationErrors array that is returned does not contain the fields or the error