cleanup & refactor

This commit is contained in:
Nicolas Le Goff
2012-08-29 14:48:35 +02:00
parent 7d857e59dd
commit ed946cc026
26 changed files with 90 additions and 521 deletions

View File

@@ -83,12 +83,6 @@ class databox extends base
*/
protected static $_sxml_thesaurus = array();
/**
*
* @var Array
*/
protected static $_instances = array();
const BASE_TYPE = self::DATA_BOX;
const CACHE_META_STRUCT = 'meta_struct';
const CACHE_THESAURUS = 'thesaurus';