Giter Club home page Giter Club logo

Comments (3)

kingster avatar kingster commented on July 2, 2024

I myself made the changes

if (file_exists($dst['file'])) {
       //check file modification 
       $cfilemtime = @filemtime($dst['file']); 
       $sfilemtime = @filemtime($source);       
       if($cfilemtime >= $sfilemtime)
       {
       return "<img src=\"{$this->base_url}/$dir/" . basename($dst['file']) . "\" width=\"{$dst['width']}\" height=\"{$dst['height']}\" alt=\"{$params['alt']}\" {$ep}/>";
       }
    }

from codeigniter-img.

slav123 avatar slav123 commented on July 2, 2024

Hi Kinshuk,

You have at least two solutions:

  1. manually remove files from cache folder,
  2. create simple loop which removes files from cache older "than" your
    period.

Slawomir Jasinski
[image: twitter] http://twitter.com/slavomirj [image:
linkedin]http://www.linkedin.com/in/slawomirjasinski
[image: blogRSS] http://www.spidersoft.com.au/ http://github.com/slav123
[image: skype.png]slav123
"When all else fails read the manual"

from codeigniter-img.

kingster avatar kingster commented on July 2, 2024

Hi

Thanks for the info, but I had already posted the solution. It automatically checks and updates based on file modification time.

In my case I never know when the file changes, since its left to the user to manipulate.

from codeigniter-img.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.