Logs for

Page 106 of 211,239, showing 20 records out of 4,224,775 total, starting on record 2,101, ending on 2,120

# At Username Text
# Aug 7th 2008, 04:04 achew22 TonkaTruck: then come back later (I fill them with [TODO] for easy finding) and fill them in when your ready
# Aug 7th 2008, 04:04 stevieboy thestaff: this brings you directly to the right position @firebug
# Aug 7th 2008, 04:05 TonkaTruck Ohhh...
# Aug 7th 2008, 04:05 achew22 TonkaTruck: make sense?
# Aug 7th 2008, 04:05 thestaff stevieboy, not sure I understood
# Aug 7th 2008, 04:06 poluta1 Martz: can we access $this->AppModel ?
# Aug 7th 2008, 04:06 TonkaTruck achew22: I follow ya. I just wanted to try an element with requestAction.
# Aug 7th 2008, 04:06 poluta1 can we access $this->AppModel ?
# Aug 7th 2008, 04:06 achew22 TonkaTruck: the practice can be done in objects too, if you know you will need a function later but its not necessary yet then you put function nameOfFunction () {} and call it a day
# Aug 7th 2008, 04:06 poluta1 i put my public $captcha = null in my User model class
# Aug 7th 2008, 04:06 CakeBot achew22: cla is http://cakefoundation.org/pages/cla
# Aug 7th 2008, 04:07 stevieboy thestaff: look at any page, right click on a headline or sth and then select "inspect element". firebug will open at the position where the headline is
# Aug 7th 2008, 04:07 stevieboy this will help if you try to debug forms or sth
# Aug 7th 2008, 04:07 thestaff kool
# Aug 7th 2008, 04:07 Martz poluta1: ok, so in your User Controller beforeFilter() { $this->User->captcha = $session->read();}
# Aug 7th 2008, 04:08 Martz poluta1: or whatever the correct syntax is for session
# Aug 7th 2008, 04:08 poluta1 Martz: i need a beforeFilter() ?
# Aug 7th 2008, 04:08 thestaff yeah for some reason there is no form in my thickbox
# Aug 7th 2008, 04:08 poluta1 owww i must call beforeFilter callback
# Aug 7th 2008, 04:09 poluta1 ok