New helper class: TemplateString - to allow extended syntaxes such as $this->location_id->org_id->parent_id->name$... to be progressively introduced and replace the heavy ToArgs()

SVN:trunk[1645]
This commit is contained in:
Romain Quetiez
2011-10-24 13:37:37 +00:00
parent 1eda4dde56
commit f8a582b375
4 changed files with 236 additions and 2 deletions

View File

@@ -76,6 +76,7 @@ require_once('cmdbchangeop.class.inc.php');
// Romain: temporary moved into application.inc.php (see explanations there)
//require_once('event.class.inc.php');
require_once('templatestring.class.inc.php');
require_once('csvparser.class.inc.php');
require_once('bulkchange.class.inc.php');