php-doc-en/reference/yaf/book.xml
Xinchen Hui 1f71c647dd Yaf doc skeleton
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315944 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-01 02:22:00 +00:00

72 lines
2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<book xml:id="book.yaf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Yaf</title>
<titleabbrev>Yaf</titleabbrev>
<preface xml:id="intro.yaf">
&reftitle.intro;
<para>
The <literal>Yet Another Framework</literal>(<acronym>Yaf</acronym>) extension
is a PHP framework, used for developing web application, It provides OO interfaces
to PHPer for developing web application.
</para>
<para>
Yaf require PHP version greater than 5.2.1, and could not run with early
version of PHP.
</para>
</preface>
&reference.yaf.setup;
&reference.yaf.constants;
&reference.yaf.examples;
&reference.yaf.yaf-application;
&reference.yaf.yaf-dispatcher;
&reference.yaf.yaf-config-abstract;
&reference.yaf.yaf-config-ini;
&reference.yaf.yaf-config-simple;
&reference.yaf.yaf-controller-abstract;
&reference.yaf.yaf-action-abstract;
&reference.yaf.yaf-view-interface;
&reference.yaf.yaf-view-simple;
&reference.yaf.yaf-loader;
&reference.yaf.yaf-plugin-abstract;
&reference.yaf.yaf-registry;
&reference.yaf.yaf-request-abstract;
&reference.yaf.yaf-request-http;
&reference.yaf.yaf-request-simple;
&reference.yaf.yaf-response-abstract;
&reference.yaf.yaf-route-interface;
&reference.yaf.yaf-route-map;
&reference.yaf.yaf-route-regex;
&reference.yaf.yaf-route-rewrite;
&reference.yaf.yaf-router;
&reference.yaf.yaf-route-simple;
&reference.yaf.yaf-route-static;
&reference.yaf.yaf-route-supervar;
&reference.yaf.yaf-session;
&reference.yaf.yaf-exception;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->