I tried all of the aboive and i still have the same problem and yes im using 1.2
is there a way to disable the fieldset feature ? On Mar 24, 3:20 am, Stephen <[email protected]> wrote: > Hi Jeremy > > It'll work on both versions, but $this->Form is preferred in 1.3. > > > > I didn't know that, good to know > > I notice he wasn't echoing anything for the inputs. > > > > He was using php short tags <?=$form->input(..); ?> is the same as <?php > echo $form->input; ?> > Short tags will become depreciated so it's best to avoid. > > -- > Kind Regards > Stephen > > http://www.ninjacodermonkey.co.uk -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
