Exemplo n.º 1
0
 /**
  * Set entity caching on/off
  *
  * @param boolean $caching
  */
 public static function setCacheEntities($caching)
 {
     self::$_cache_entities = $caching;
 }