ILMSinfo / RBIS: XML

From ILMS-Wiki
(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
 
*'''name''': Table name in the database
 
*'''name''': Table name in the database
 
*'''''cond''''': name of condition (if the name is not set in the config.php, the table will be ignored. The cond-attribute must be also set in the attribute and join element.)
 
*'''''cond''''': name of condition (if the name is not set in the config.php, the table will be ignored. The cond-attribute must be also set in the attribute and join element.)
<code><nowiki><table name="fp_featpar_all2" cond="workgroup"></nowiki></code>
+
<syntaxhighlight lang="php"><nowiki><table name="fp_featpar_all2" cond="workgroup"></nowiki></syntaxhighlight>
  
 
==attribute==
 
==attribute==

Revision as of 14:36, 20 January 2012

Contents

General structure

Detailed description

view

rights

id

group

map

edit

document

table

  • name: Table name in the database
  • cond: name of condition (if the name is not set in the config.php, the table will be ignored. The cond-attribute must be also set in the attribute and join element.)

<syntaxhighlight lang="php"><table name="fp_featpar_all2" cond="workgroup"></syntaxhighlight>

attribute

example: Primaray key

example: Selection list

example: Date

join

Personal tools