Logs for

Page 239 of 211,260, showing 20 records out of 4,225,199 total, starting on record 4,761, ending on 4,780

# At Username Text
# Aug 8th 2008, 07:23 Lemon|work pm me if interested
# Aug 8th 2008, 07:45 lqdice__ Lemon|work: you can d/l stuff like that all over the web
# Aug 8th 2008, 07:59 il_padrino 1
# Aug 8th 2008, 07:59 il_padrino 111111111111111111111111
# Aug 8th 2008, 08:00 shine_ 2
# Aug 8th 2008, 08:00 achew22 THERE IS NO 2!!!
# Aug 8th 2008, 08:18 freebox2 have a "label" for input?
# Aug 8th 2008, 08:18 freebox2 like: <?php echo $form->text('username', array('class' => 'users','label' => 'Insert your username')); ?>
# Aug 8th 2008, 08:23 ammadsaleem1 I want to find out which function is call edd by CakePHP at application start?
# Aug 8th 2008, 08:29 ammadsaleem1 I want to find out which function is call edd by CakePHP at application start?
# Aug 8th 2008, 08:32 TommyO ammadsaleem1: by 'function' you mean which action you're in? where are you when you want to figure this out?
# Aug 8th 2008, 08:36 ammadsaleem1 no basically I want to run a thread whenever cakePHP site runs
# Aug 8th 2008, 08:36 ammadsaleem1 any suggestions
# Aug 8th 2008, 08:36 TheBig ammadsaleem1, at any access?
# Aug 8th 2008, 08:36 TheBig anyway you should work in AppController
# Aug 8th 2008, 08:37 TheBig in which you can use standard functions as beforeFilter() and so on...
# Aug 8th 2008, 08:38 pgcd_away if i have a helper that sets default values for fields with a certain name (in any model), what's the best way to make sure the defaults don't overwrite the actual values when they are available?
# Aug 8th 2008, 08:38 ammadsaleem1 no just when the appliction on the Server starts
# Aug 8th 2008, 08:39 pgcd_away I tried using $this->data in the helper, but the fields are grouped by model, and I'd like to avoid having to use model names in the helper...
# Aug 8th 2008, 08:39 TommyO ammadsaleem1: do you understand PHP? the application starts on each new visit and ends when the page is returned to the client