Page 2 of 2

Re: Insert Records Code - FROM_UNIXTIME Error

Posted: Mon Feb 09, 2009 4:07 am
by millsy007
I am fairly sure that for the second query no iterations are being run as 0 rows are inserted into the journey table. What would be a good debugger to check this?

Re: Insert Records Code - FROM_UNIXTIME Error

Posted: Mon Feb 09, 2009 11:47 am
by RobertGonzalez
Xdebug or the Zend Debugger. Set a breakpoint inside the loop and run your code against those, watching the values of your variables as the loop iterates.