<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.yaf.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.yaf.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.yaf.php',
    1 => 'Yaf',
  ),
  'prev' => 
  array (
    0 => 'book.yaf.php',
    1 => 'Yaf',
  ),
  'next' => 
  array (
    0 => 'yaf.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/yaf/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.yaf" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   The <code class="literal">Yet Another Framework</code> (<abbr>Yaf</abbr>) extension 
   is a PHP framework that is used to develop web applications.
  </p>
  <p class="para">
   A simple Yaf benchmark can be found at <a href="http://www.laruence.com/2011/12/02/2333.html" class="link external">&raquo;&nbsp;Yaf Performance</a>.
  </p>
  <p class="para">
   For a quick start guide, please refer to the <a href="yaf.tutorials.php" class="link">Tutorials</a> section.
  </p>
 </div><?php manual_footer($setup); ?>