Page 349 of 211,268, showing 20 records out of 4,225,347 total, starting on record 6,961, ending on 6,980
# | Username | Text | |
---|---|---|---|
# | Aug 9th 2008, 08:39 | cpierce_ | i was making sure there wasn't something like |
# | Aug 9th 2008, 08:39 | cpierce_ | oh 1.3 will be out in a week don't switch to 1.2 wait for 1.3 |
# | Aug 9th 2008, 08:39 | lqdice__ | 1.2 is not even GA yet |
# | Aug 9th 2008, 08:39 | lqdice__ | so 1.3 wont be out soon .. and i think they want to go 2.0 after 1.2 |
# | Aug 9th 2008, 08:39 | francky06l | next one will be 2.0 |
# | Aug 9th 2008, 08:40 | lqdice__ | i hope they drop php4 in the next release |
# | Aug 9th 2008, 09:23 | lqdice__ | good explanation by the creator of PHP on why its got messy function naming and some inconsistencies |
# | Aug 9th 2008, 09:23 | lqdice__ | http://www.oracle.com/technology/pub/articles/php_experts/rasmus_php.html |
# | Aug 9th 2008, 09:24 | linked_ | greetings |
# | Aug 9th 2008, 09:34 | Anon323 | is every database table field accessable via a form input? e.g., if there is a field "foo", can someone manually add a form input element for "foo" so that the contained value will be automatically saved by cake? or will cake dismiss every form input element that was not created by cake itself? |
# | Aug 9th 2008, 09:37 | kalileo | Anon323: doesn't matter who created the field |
# | Aug 9th 2008, 09:39 | kalileo | Anon323: just name it correctly and submit and then in your receiving controller method do your Model->save |
# | Aug 9th 2008, 09:39 | kalileo | Cake will see the fields submitted and save them |
# | Aug 9th 2008, 09:43 | minicaker | hola |
# | Aug 9th 2008, 09:43 | minicaker | hiç |
# | Aug 9th 2008, 09:47 | minicaker | Hello, could someone answer a little problem? (about scaffolding) |
# | Aug 9th 2008, 09:47 | Anon323 | just ask ... |
# | Aug 9th 2008, 09:47 | minicaker | a little question (sorry) |
# | Aug 9th 2008, 09:48 | minicaker | ok |
# | Aug 9th 2008, 09:48 | minicaker | the "CRUD" views created for scaffolding... are they created in the app/views folder? |