/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to admin/cacheinfo.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-07-23 23:08:37 UTC
  • Revision ID: csa@dside.dyndns.org-20080723230837-0ummc05ybybbjlug
Minor refactoring: REQUEST/READER/CACHE listing flags, REQUEST listing functions, eliminating FETCH_BOTH fetches in DATABASE, support for partial menu generation

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
}
44
44
*/
45
45
 
46
 
$flags = CACHE::ITEM_INFO|CACHE::NEED_INFO|CACHE::TABLE_INFO|CACHE::NEED_REQUESTS|CACHE::FIND_BROKEN;
 
46
$flags = REQUEST::NEED_ITEMINFO|REQUEST::NEED_INFO|CACHE::TABLE_INFO|CACHE::NEED_REQUESTS|CACHE::FIND_BROKEN;
47
47
 
48
48
$cache = new CACHEDB();
49
49
$list = $cache->GetCacheList($flags);