<?php
$TOC = array (
  0 => 
  array (
    0 => 'tutorial.firstpage.php',
    1 => 'Su primera p&aacute;gina habilitada para PHP',
  ),
  1 => 
  array (
    0 => 'tutorial.useful.php',
    1 => 'Algo &uacute;til',
  ),
  2 => 
  array (
    0 => 'tutorial.forms.php',
    1 => 'Tratar con formularios',
  ),
  3 => 
  array (
    0 => 'tutorial.whatsnext.php',
    1 => '&iquest;Qu&eacute; sigue?',
  ),
);
$TOC_DEPRECATED = array (
);
$PARENTS = array (
  0 => 
  array (
    0 => 'getting-started.php',
    1 => 'Conceptos b&aacute;sicos',
  ),
  1 => 
  array (
    0 => 'index.php',
    1 => 'Prefacio',
  ),
);