<?php
$TOC = array (
  0 => 
  array (
    0 => 'tutorial.firstpage.php',
    1 => 'Su primera p&aacute;gina PHP',
  ),
  1 => 
  array (
    0 => 'tutorial.useful.php',
    1 => 'Trucos pr&aacute;cticos',
  ),
  2 => 
  array (
    0 => 'tutorial.forms.php',
    1 => 'Utilizar un formulario',
  ),
  3 => 
  array (
    0 => 'tutorial.whatsnext.php',
    1 => '&iquest;Y despu&eacute;s?',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'getting-started.php',
    1 => 'Conceptos b&aacute;sicos',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);