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:1.2[1646]
This commit is contained in:
Romain Quetiez
2011-10-24 13:45:49 +00:00
parent c1b0b73b51
commit dcc8ad08a4
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');