<?php
$TOC = array (
  0 => 
  array (
    0 => 'tutorial.firstpage.php',
    1 => 'Your first PHP-enabled page',
  ),
  1 => 
  array (
    0 => 'tutorial.useful.php',
    1 => 'Something Useful',
  ),
  2 => 
  array (
    0 => 'tutorial.forms.php',
    1 => 'Dealing with Forms',
  ),
  3 => 
  array (
    0 => 'tutorial.whatsnext.php',
    1 => 'What\'s next?',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'getting-started.php',
    1 => 'Getting Started',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Preface',
  ),
);