/* Enable debugging*/ $this->debugging = self::debuging; /* * Enable caching * * By default this is set to 0 * * A value of 1 or 2 enables caching. * * 1 use the current $cache_lifetime variable to determine if the cache has expired. * 2 lifetime is per cache */ $this->caching = self::caching;