<?php
$TOC = array (
  0 => 
  array (
    0 => 'tutorial.requirements.php',
    1 => 'Was brauche ich?',
  ),
  1 => 
  array (
    0 => 'tutorial.firstpage.php',
    1 => 'Ihre erste PHP-erweiterte Seite',
  ),
  2 => 
  array (
    0 => 'tutorial.useful.php',
    1 => 'Etwas N&uuml;tzliches',
  ),
  3 => 
  array (
    0 => 'tutorial.forms.php',
    1 => 'Formulare verarbeiten',
  ),
  4 => 
  array (
    0 => 'tutorial.whatsnext.php',
    1 => 'Und weiter?',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'getting-started.php',
    1 => 'Einf&uuml;hrung',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Vorwort',
  ),
);