I am trying to use Zend_ProgressBar in my project (made using MVC in Zend Framework). Unfortunately, I cannot find a complete example of how to use it. The Zend Programmer reference contains only some code fragments that are not enough for me. Basically, I donβt know how to enable Zend_ProgressBar with some actions in the controller and its associated views.
Does anyone know an example or tutorial of a zend application that uses Zend_ProgressBar?
source share