Code Monkey home page Code Monkey logo

Comments (4)

MisterJD avatar MisterJD commented on August 16, 2024

Same problem here, good to see I'm not alone with this one.

from simple-php-cache.

bencagri avatar bencagri commented on August 16, 2024

May I see your code, while preparing data before store?

from simple-php-cache.

MisterJD avatar MisterJD commented on August 16, 2024

I use the cache system over some php files, each file creates a object of cache with a specific id
personal_id = 'asdBns8'; //something like this
$c = new Cache($personal_id);

In theory the system should use the same ".cache" file and work with the same cache over the different PHP files, whats the system does with one value in cache.
But when I try to store something like this, so a second value:
$c->store('user_data', $user_array);
$c->store('info', 'Data is submitted');

The complete content in the cache file gets deleted...

And the code before the storing, is nothing special, sometimes a simple MySQL Database Call, sometimes I try to store just a string, like the example above.

from simple-php-cache.

MisterJD avatar MisterJD commented on August 16, 2024

Oh wow, I think I fixed my problem...it was a problem with the charset, one php file was not converted to UTF8, what I need. Damn, sometimes it can be so easy...

from simple-php-cache.

Related Issues (14)

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.