Results 1 to 2 of 2

Thread: render a view then another ?????

  1. #1
    jccompagnon is offline Junior Member
    Join Date
    May 2012
    Posts
    1

    Default render a view then another ?????

    in my controller I have a call to a remote API that is a little slow to answer.
    it takes 2-3 seconds for the answer to come so I would like to display a "please wait page is loading" animated gif in a div,.

    my problem is that the view is not rendered till the end of the controller when the api call is done so I would like to load a "loading.phtml" at the beginning of the controler and then load a final index.phtml at the end of the controller once all is loaded.

    any help is welcome

  2. #2
    Penetal is offline Junior Member
    Join Date
    Jun 2012
    Posts
    2

    Default

    I would also like to know this.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •