Page 158 of 211,240, showing 20 records out of 4,224,800 total, starting on record 3,141, ending on 3,160
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 11:37 | teknoid | tesh: np, yes validation adds this class to your form |
# | Aug 7th 2008, 11:37 | teknoid | form inputs |
# | Aug 7th 2008, 11:38 | teknoid | you probably need to add more for textareas, etc. |
# | Aug 7th 2008, 11:43 | tbranyen | i guess the term would be sanitation |
# | Aug 7th 2008, 11:44 | teknoid | tbranyen: see Sanitize class, also data is made safe for insertion autmotically |
# | Aug 7th 2008, 11:45 | tbranyen | ah okay sweet so its not built into the model hierarchy |
# | Aug 7th 2008, 11:45 | tbranyen | I'm gonna need to spend a few days just reading the api |
# | Aug 7th 2008, 11:48 | jaredhoyt | tbranyen: the manual is good too ;) |
# | Aug 7th 2008, 11:50 | tbranyen | As an IT student i have no idea what a manual is |
# | Aug 7th 2008, 11:51 | tbranyen | oh man i feel like an idiot, there is an entire section dedicated to sanitization in the manual |
# | Aug 7th 2008, 11:51 | jaredhoyt | ;) |
# | Aug 7th 2008, 11:55 | charun | Hi masters of tasty pastry. I have a problem with accessing a session when calling a cake function via RPC from a flash.swf on a webpage. Does anyone have experience with Sessions and RPC? |
# | Aug 7th 2008, 11:57 | jaredhoyt | charun: might be the session cookie name |
# | Aug 7th 2008, 11:57 | jaredhoyt | but i don't know, i've never used actionscript |
# | Aug 7th 2008, 11:57 | charun | if I call $this->Session->write($userData); in a controller-function, it writes something to a NEW session, not the one which is already open for the user. |
# | Aug 7th 2008, 11:59 | charun | I set the cookie name in /config/core.php Configure::write('Session.cookie', 'GUA'); |
# | Aug 7th 2008, 11:59 | jaredhoyt | charun: have you tried echoing Session->id in the controller and elsewhere to see if it matches |
# | Aug 7th 2008, 11:59 | tbranyen | hmmm jaredhoyt issue with using sanitize, does use('sanitize') go within a controller class or outside it? |
# | Aug 7th 2008, 11:59 | charun | jaredhoyt: Yes, tried that. It is different :( |
# | Aug 7th 2008, 11:59 | tbranyen | I would assume outside it |