Hello friends,
How can i make a progress bar in cakephp?
and other related question is,
lets say, for a loop, how can I send output to the browser for every iteration..... in cakephp.... I tried using setflash function, but didnt worked for me....
My main intention in trying above things, is that I want to send some output to browser for every few seconds while my function is getting executed, else I go into the problem of timout.....
Thanks...