Exemplo n.º 1
0
 /**
  * Set wether this model caches queries
  * @param $flag Boolean
  * @return $this
  */
 public function setCacheQueries($flag)
 {
     self::$_cacheQueries = $flag;
     return $this;
 }