Searched refs:qb_cache_aliased_tables (Results 1 – 2 of 2) sorted by relevance
222 protected $qb_cache_aliased_tables = array(); variable in CI_DB_query_builder2297 if ($this->qb_caching === TRUE && ! in_array($table, $this->qb_cache_aliased_tables, TRUE))2299 $this->qb_cache_aliased_tables[] = $table;