Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8794929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T23:19:05+00:00 2026-06-13T23:19:05+00:00

how to clear the cache and auto reload page in a given time in

  • 0

how to clear the cache and auto reload page in a given time in yii framework ?
like e.g in the next 5 hours, the content of the page should change prior to clear cache then reload the page

$time = date('h:i:s A', strtotime("+5 hours"));

and then in the next 5 hours, it will clear cache again and reload the same page and show new content

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T23:19:06+00:00Added an answer on June 13, 2026 at 11:19 pm

    If i understand well the question.

    In the Yii view that your are, add something like this in javascript

    <script>
     setTimeout(function(){ window.location = "<URL>";}, 5*60*1000);
    </script>
    

    this is a redirect after 5 minutes. if you want 5 hours just use

    300*60*1000
    

    and point the URL to http://www.example.com/controller/action you want.

    If still you wanna do it in php i believe you can add this line to your view.

    <?php header("Refresh: 18000; URL=http://www.example.com/controller/action"); ?>
    

    here 18000 is in seconds.

    Hope it helps.

    but if you are only updating small bits of the view.. why not create a timer to make ajax request to the controller/action you want to update the data from? Yii is ready for that kind of need.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can I clear browser cache of the page when I'm leaving it. // Clear
I want to clear cache on a specific page ? I'm using Joomla as
During development I have to clear cache in Firefox all the time in order
How to clear browser cache with php?
I am trying to clear the cache for my integration testing. I could find
Hi I need to clear IE8 browser cache before loading my cd-based php application.
I need to clear all APC cache entries when I deploy a new version
Is it possible to clear the output cache of one asp.net web application from
Is it possible to clear one action's cache from another action? Let's say my
I wish to clear the entire second level cache in NHibernate via code. Is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.