On Jan 5, 10:18 pm, GB <[email protected]> wrote: > Based on my research CakePHP does not handle well the scenario that > may require updating a user periodically on progress (e.g. sending 20 > (200, 2000) emails: 1 of 20, 2 of 20, etc or even updating a jQuery > progress bar). > > In my case it would be easy to send the CakePHP View the 20 URL's so > that a javascript or AJAX engine could then run those 20 jobs, > enabling a progress bar to be shown, even stopping progress if > desired. > > Am I missing something? If not, any existing solutions out there? Or > is it so simple nobody has bothered packaging anything (not simple for > this non-Ajax Baker).
You can't do what you're asking without javascript, and the php side of things is only emitting a snapshot of progress such as graham's suggestion - hence the cakephp side of things really is that simple (and useless to "package") AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
