Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" ?>
    <RDF>
    ...
      <link type="direct" table1="csUsers" table2="csUsers_lang" key1="ID"
    + key2="ID" />
      <link type="direct" table1="csGroups" table2="csGroups_lang" key1="I
    +D" key2="ID" />
    </RDF>
    
  2. or download this
    <table>
      [% FOREACH user = query_results %]
    ...
      </tr>
      [% END %]
    </table>
    
  3. or download this
    $paths{username} = '{identity}{username}';
    ...
    eval "$hash{$id}$path = $username";
    ...
    push @array_to_return, $hash{$id}