Cheetah
xmlTemplates.inc.php
Go to the documentation of this file.
1 <?php
2 
8 $aXmlTemplates = array (
9  "result" => array (
10  1 => '<result value="#1#" />',
11  2 => '<result value="#1#" status="#2#" />',
12  ),
13 
14  "file" => array (
15  5 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#" />',
16  6 => '<file id="#1#" file="#2#" save="#3#" image="#4#" time="#5#"><saveName><![CDATA[#6#]]></saveName></file>'
17  ),
18 
19  "user" => array (
20  5 => '<user id="#1#" nick="#2#" profile="#3#" all="#4#" approval="#5#" />'
21  )
22 );
php
$aXmlTemplates
$aXmlTemplates
Definition: xmlTemplates.inc.php:8