Page 271 of 211,262, showing 20 records out of 4,225,226 total, starting on record 5,401, ending on 5,420
# | Username | Text | |
---|---|---|---|
# | Aug 8th 2008, 13:35 | mil | no, just paste |
# | Aug 8th 2008, 13:35 | mil | echo $form->input('mylovelyfield', array('rows'=>'10')); |
# | Aug 8th 2008, 13:35 | teknoid | mil: should work just fine... |
# | Aug 8th 2008, 13:35 | infantigniter | or, does anybody know the best way i can go about pretending that a update() function exists? |
# | Aug 8th 2008, 13:35 | mil | yup nope |
# | Aug 8th 2008, 13:35 | TommyO | mil: now bin what the call generates |
# | Aug 8th 2008, 13:35 | mil | will try |
# | Aug 8th 2008, 13:36 | AD7six | mil: where are you saying that's a textarea |
# | Aug 8th 2008, 13:36 | infantigniter | mil: $form->textarea(stuff) |
# | Aug 8th 2008, 13:36 | AD7six | infantigniter: not necessary |
# | Aug 8th 2008, 13:37 | teknoid | mil: depending on your version of cake (possibly) echo $form->input('mylovelyfield', array('rows'=>'10')); should produce a textarea |
# | Aug 8th 2008, 13:37 | AD7six | infantigniter: why are you using update all |
# | Aug 8th 2008, 13:37 | linked_ | what is wrong with this: $this->$layout = 'layouts-xml'; |
# | Aug 8th 2008, 13:37 | AD7six | linked_: what is $layout |
# | Aug 8th 2008, 13:38 | infantigniter | AD7six: i've been scared to use save() because i thought that was exclusive to creation of new records. so just to be sure, i can use save() to update without breaking best practice? |
# | Aug 8th 2008, 13:38 | infantigniter | ad7six: because i just did that and it works fine |
# | Aug 8th 2008, 13:38 | teknoid | infantigniter: save() will do either insert or update |
# | Aug 8th 2008, 13:38 | TommyO | linked_: and why the 'layouts-xml' and not just 'xml' |
# | Aug 8th 2008, 13:38 | AD7six | infantigniter: of course have you not done the blog tutorial yet? |
# | Aug 8th 2008, 13:38 | mil | thanks, btw, yeah, it creates a textarea |