Home
last modified time | relevance | path

Searched refs:qb_cache_aliased_tables (Results 1 – 2 of 2) sorted by relevance

/dports/www/Stikked/Stikked-0.13.0/htdocs/system/database/
H A DDB_query_builder.php222 protected $qb_cache_aliased_tables = array(); variable in CI_DB_query_builder
2297 if ($this->qb_caching === TRUE && ! in_array($table, $this->qb_cache_aliased_tables, TRUE))
2299 $this->qb_cache_aliased_tables[] = $table;
/dports/www/codeigniter/CodeIgniter-3.1.11/system/database/
H A DDB_query_builder.php222 protected $qb_cache_aliased_tables = array(); variable in CI_DB_query_builder
2297 if ($this->qb_caching === TRUE && ! in_array($table, $this->qb_cache_aliased_tables, TRUE))
2299 $this->qb_cache_aliased_tables[] = $table;