Page 150 of 211,240, showing 20 records out of 4,224,783 total, starting on record 2,981, ending on 3,000
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 10:39 | _psychic_ | save where? |
# | Aug 7th 2008, 10:39 | stevieboy | i just need to save a string or sth in the db with the numbers in the correct order |
# | Aug 7th 2008, 10:39 | primeminister | how was it again when you have seen bugs/glitches in the repo version of cake 1.2? |
# | Aug 7th 2008, 10:39 | primeminister | just throw them on irc? |
# | Aug 7th 2008, 10:39 | _psychic_ | trac.cakephp.org |
# | Aug 7th 2008, 10:40 | primeminister | yeah? make a ticket even it is a dev branche? |
# | Aug 7th 2008, 10:40 | _psychic_ | stevieboy: got a model for the table you want to save the data in? |
# | Aug 7th 2008, 10:40 | _psychic_ | primeminister: yeah |
# | Aug 7th 2008, 10:40 | primeminister | _psychic_: alright. will do |
# | Aug 7th 2008, 10:40 | _psychic_ | primeminister: make sure it's not already logged though |
# | Aug 7th 2008, 10:40 | primeminister | ) ok |
# | Aug 7th 2008, 10:40 | stevieboy | _psychic_: yes i do |
# | Aug 7th 2008, 10:40 | stevieboy | primeminister: enter it in google... they will handle it :) |
# | Aug 7th 2008, 10:40 | TommyO | primeminister: make a test to prove the ticket would be appreciated |
# | Aug 7th 2008, 10:41 | primeminister | ) alrighty. thx all |
# | Aug 7th 2008, 10:41 | _psychic_ | stevieboy: $this->Model->save($data); |
# | Aug 7th 2008, 10:41 | zeen | aww no Juggernaut for php |
# | Aug 7th 2008, 10:41 | chris12349 | I want to make a database driven menu and I'm trying to set it up in an element to add to my layout. I've created a menu controller and added a "uses menu" to the app_controller. Is this the proper way of doing this? (cake 1.1.19) |
# | Aug 7th 2008, 10:41 | _psychic_ | stevieboy: where $data is a keyed array after your model name and it's fields |
# | Aug 7th 2008, 10:41 | _psychic_ | $data['Model']['field'] = 'value'; |