Page 170 of 211,250, showing 20 records out of 4,225,000 total, starting on record 3,381, ending on 3,400
# | Username | Text | |
---|---|---|---|
# | Aug 7th 2008, 13:19 | francky06l | Salut a tous:-) |
# | Aug 7th 2008, 13:19 | francky06l | Tiens cakeBot est deja rentre de vacances !!! |
# | Aug 7th 2008, 13:20 | jaredhoyt | atula: _ for protected, __ for private |
# | Aug 7th 2008, 13:20 | atula | thank you jaredhoyt |
# | Aug 7th 2008, 13:21 | foxmask | francky06l: ;) |
# | Aug 7th 2008, 13:21 | atula | jaredhoyt: to call it in a controller's action, do I have to do $this->__myPrivateFunction or can I just call it __myPrivateFunction ? |
# | Aug 7th 2008, 13:21 | foxmask | francky06l: i plante si on lui demande des trucs impossible |
# | Aug 7th 2008, 13:22 | jaredhoyt | how would you call any method in the controller? :) |
# | Aug 7th 2008, 13:23 | atula | I use $this-> |
# | Aug 7th 2008, 13:23 | jaredhoyt | D |
# | Aug 7th 2008, 13:24 | francky06l | foxmask: comme beaucoup de monde :-) |
# | Aug 7th 2008, 13:24 | francky06l | foxmask: comment on fait tell about ?:-) |
# | Aug 7th 2008, 13:27 | jaredhoyt | beatzombies: did you get your checkboxes working? |
# | Aug 7th 2008, 13:27 | zmonteca | question about routing....when you Router::connect() something, does that actually map or redirect? It seems when i'm using that it's actually redirecting...simpley because my Session['Auth']['redirect'] is getting set with a url from Router::Connect() |
# | Aug 7th 2008, 13:27 | beatzombies | jaredhoyt: nope |
# | Aug 7th 2008, 13:27 | beatzombies | jaredhoyt: i have a feeling i am going about things the wrong way |
# | Aug 7th 2008, 13:28 | jaredhoyt | beatzombies: have you do a pr() of $this->data in your view to make sure the correct field is getting loaded w/ the correct value? |
# | Aug 7th 2008, 13:28 | beatzombies | jaredhoyt: let me try that |
# | Aug 7th 2008, 13:30 | beatzombies | jaredhoyt: hmm, is there a $this->data varialbe defined in the view? |
# | Aug 7th 2008, 13:31 | jaredhoyt | it is if you set it in the controller |