-
Notifications
You must be signed in to change notification settings - Fork 869
Expand file tree
/
Copy pathbook.xml
More file actions
87 lines (82 loc) · 2.62 KB
/
book.xml
File metadata and controls
87 lines (82 loc) · 2.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<?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">
<?phpdoc extension-membership="pecl" ?>
<title>Yet Another Framework</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 that is used to develop web applications.
</para>
<para>
A simple Yaf benchmark can be found at <link
xlink:href="&url.yaf.benchmarks;">Yaf Performance</link>.
</para>
<para>
For a quick start guide, please refer to the <link
linkend="yaf.tutorials">Tutorials</link> section.
</para>
</preface>
&reference.yaf.setup;
&reference.yaf.constants;
&reference.yaf.tutorials;
&reference.yaf.appconfig;
&reference.yaf.yaf-application;
&reference.yaf.yaf-bootstrap-abstract;
&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;
&reference.yaf.yaf-exception-typeerror;
&reference.yaf.yaf-exception-startuperror;
&reference.yaf.yaf-exception-dispatchfailed;
&reference.yaf.yaf-exception-routerfailed;
&reference.yaf.yaf-exception-loadfailed;
&reference.yaf.yaf-exception-loadfailed-module;
&reference.yaf.yaf-exception-loadfailed-controller;
&reference.yaf.yaf-exception-loadfailed-action;
&reference.yaf.yaf-exception-loadfailed-view;
</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
-->