[ Index ]
 

Code source de LifeType 1.2.4

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/class/dao/ -> daocacheconstants.properties.php (source)

   1  <?php
   2      /**
   3       * article categories
   4       */
   5      define( "CACHE_GLOBAL", "pLog" );
   6      define( "CACHE_CONFIGDBSTORAGE", "config_db_storage" );
   7  
   8      /**
   9       * article categories
  10       */
  11      define( "CACHE_ARTICLE_CATEGORIES", "article_categories" );
  12      define( "CACHE_ARTICLE_CATEGORIES_BYNAME", "article_categories_byname" );
  13      define( "CACHE_ARTICLE_CATEGORIES_BLOG", "article_categories_blog" );
  14      define( "CACHE_ARTICLE_CATEGORIES_LINK", "article_categories_link" );
  15      
  16      /**
  17       * articles
  18       */
  19      define( "CACHE_ARTICLES",            "articles" );
  20      define( "CACHE_ARTICLES_BYNAME",     "articles_byname" );    
  21      define( "CACHE_ARTICLETEXT",         "article_text" );    
  22      define( "CACHE_ARTICLESPERMONTH",    "articles_per_month" );    
  23      
  24      /**
  25       * blog categories
  26       */
  27      define( "CACHE_BLOGCATEGORIES", "cache_blog_categories" );
  28      define( "CACHE_BLOGCATEGORIES_ALL", "cache_blog_categories_all" );        
  29  
  30      /**
  31       * blogs
  32       */
  33      define( "CACHE_BLOGINFOS",     "bloginfo" );
  34      define( "CACHE_BLOGIDBYNAME",  "bloginfo_idbyname" );    
  35      define( "CACHE_BLOGIDBYDOMAIN","bloginfo_idbydomain" ); 
  36      
  37      /**
  38       * article comments
  39       */
  40      define( "CACHE_ARTICLE_COMMENTS", "article_comments" );
  41      define( "CACHE_ARTICLE_COMMENTS_BYARTICLE_NEWEST_TO_OLDEST", "article_comments_byarticle_newest_to_oldest" );
  42      define( "CACHE_ARTICLE_COMMENTS_BYARTICLE_OLDEST_TO_NEWEST", "article_comments_byarticle_oldest_to_newest" );
  43       
  44      /**
  45       * custom fields
  46       */
  47      define( "CACHE_CUSTOMFIELDS", "customfields" );
  48      define( "CACHE_CUSTOMFIELDS_BLOG", "customfields_blog" );
  49      define( "CACHE_CUSTOMFIELDS_BY_NAME", "customfields_name" );    
  50  
  51      /**
  52       * custom field values
  53       */
  54      define( "CACHE_CUSTOMFIELDVALUES_ARTICLE", "customfieldvalues_article" );
  55      
  56      /**
  57       * article global categories
  58       */
  59      define( "CACHE_GLOBALCATEGORIES", "cache_global_categories" );
  60      define( "CACHE_GLOBALCATEGORIES_ALL", "cache_global_categories_all" );    
  61      
  62      /**
  63       * links
  64       */
  65      define( "CACHE_MYLINKS_ALL", "cache_mylinks_all" );
  66      define( "CACHE_MYLINKS", "cache_mylinks" );
  67  
  68      /**
  69       * recent articles
  70       */
  71      define( "CACHE_RECENT_ARTICLES_BY_BLOG", "recent_articles_by_blog" );
  72      
  73      /**
  74       * link categories
  75       */
  76      define( "CACHE_MYLINKCATEGORIES_ALL", "mylinks_categories_all" );
  77      define( "CACHE_MYLINKCATEGORIES", "mylinks_categories" );
  78  
  79      /**
  80       * gallery albums
  81       */
  82      define( "CACHE_USERALBUMS_NESTED", "useralbums_nested" );
  83      define( "CACHE_USERALBUMS", "useralbums" );
  84      define( "CACHE_GALLERYALBUM", "album" );
  85      define( "CACHE_GALLERYALBUMBYNAME", "album_byname" );
  86  
  87      /**
  88       * gallery resources
  89       */    
  90      define( "CACHE_RESOURCES", "galleryresources" );
  91      define( "CACHE_RESOURCES_BY_NAME", "galleryresources_name" );    
  92      define( "CACHE_RESOURCES_USER", "galleryresources_user" );    
  93  
  94      /**
  95       * users
  96       */
  97      define( "CACHE_USERINFO", "userinfo" );
  98      define( "CACHE_USERIDBYNAME", "userinfo_idbyname" );
  99       
 100      /**
 101       * user permissions
 102       */
 103      define( "CACHE_USER_PERMISSIONS", "user_permissions" );
 104      
 105      /**
 106       * locales
 107       */    
 108      define( "CACHE_LOCALES", "locales" );
 109      define( "CACHE_BLOG_LOCALES", "bloglocales" );
 110      
 111      /**
 112       * permissions
 113       */
 114      define( "CACHE_PERMISSIONS_ALL", "permissions_all" );
 115      define( "CACHE_PERMISSIONS", "permissions" );
 116  ?>


Généré le : Mon Nov 26 21:04:15 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics