PHP Classes

Packages of goo

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of goo (2)  >  Mission progress status  >  Reputation  
Picture of goo
Name: goo <contact>
Classes: 2
Country: Japan Japan
Age: 41
All time rank: 334811 in Japan Japan
Week rank: 195 Up1 in Japan Japan Up
All time users: 472
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image FCache  
Cache the output or returned value of a function
This class can cache the output or returned value of a function.

It can execute a given function and capture its output or return value to cache it for a given period of time in a cache file.

The class returns the cached value if it was previously stored and the cache did not expire.
Not enough user ratings

  Files folder image FContainer  
Simple dependency injection container
This class implements a simple dependency injection container.

It extends the ArrayObject class to store values with given keys that can be either callable functions or scalar values.

When retrieving a value with a given key from the class, it checks if it is a callable and will call it when it is the case. Otherwise it will return the value as is.
Not enough user ratings


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z