Page 31 of 211,233, showing 20 records out of 4,224,652 total, starting on record 601, ending on 620
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 17:23 | Tom_M_ | $trivia = $this->paginate('Questionset'); $trivia = $trivia[0]; --- was what i did and worked |
# | Aug 6th 2008, 17:23 | Tom_M_ | maybe im just being anal for an extra simple line of code |
# | Aug 6th 2008, 17:24 | evo__ | hello, whats the finest image and resize, well explained and documented component |
# | Aug 6th 2008, 17:24 | evo__ | hello, whats the finest image and resize, well explained and documented image upload component* |
# | Aug 6th 2008, 17:25 | Tom_M_ | evo__ i use a behavior |
# | Aug 6th 2008, 17:25 | Tom_M_ | that i wrote and need to polish up, but does the trick |
# | Aug 6th 2008, 17:25 | evo__ | where is it Tom_M_ ? |
# | Aug 6th 2008, 17:26 | Tom_M_ | ill paste to pastebin in a sec |
# | Aug 6th 2008, 17:26 | ADmad | evo__: there are a couple of image upload and resize behaviors on the bakery.. check them out |
# | Aug 6th 2008, 17:28 | zmonteca | can somebody help me better understand the error model and handling in cake? I don't think i'm dealing with errors properly. |
# | Aug 6th 2008, 17:28 | evo__ | ok ADmad |
# | Aug 6th 2008, 17:29 | Tom_M_ | bleh i didnt realize how clunky it is |
# | Aug 6th 2008, 17:29 | Tom_M_ | http://bin.cakephp.org/view/115579865 |
# | Aug 6th 2008, 17:29 | Tom_M_ | and pretty specific to what i needed |
# | Aug 6th 2008, 17:29 | Tom_M_ | but maybe worth a look |
# | Aug 6th 2008, 17:31 | francky06l | gwoo: I wrote about an Auth extended in bakery (about several groups/roles) ... good, bad, wrong way, did not check ? I'd like to have your opinion ... |
# | Aug 6th 2008, 17:43 | gwoo | francky06l: i have not looked at it yet |
# | Aug 6th 2008, 17:43 | gwoo | whats the link? |
# | Aug 6th 2008, 17:44 | francky06l | gwoo: http://bakery.cakephp.org/articles/view/authext-a-small-auth-extension-to-set-permission-on-user-belonging-to-several-groups-roles no emergency thougth.. |
# | Aug 6th 2008, 17:46 | seghezzi | hi, how do i validate that an entry is unique in the database, using the model? |