diff options
author | admin <devnull@localhost> | 2006-09-23 03:23:14 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-23 03:23:14 +0200 |
commit | 25f6fca75a49facb8c47a0c9abdab7862fc85c47 (patch) | |
tree | ac32df886fe569a5f8e6a9c2d9b61d849ceb21c6 /user_guide/index.html | |
parent | 8407ccaa1162df0addf49d50a9a0b6e9a4151804 (diff) |
Diffstat (limited to 'user_guide/index.html')
-rw-r--r-- | user_guide/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/user_guide/index.html b/user_guide/index.html index 19a29a6f5..fd2279d5a 100644 --- a/user_guide/index.html +++ b/user_guide/index.html @@ -80,12 +80,13 @@ then read the <a href="general/index.html">Getting Started</a> page.</p> <ul>
<li>You want a framework with a small footprint.</li>
-<li>You are not interested in large-scale, monolithic libraries, like PEAR.</li>
-<li>You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.</li>
+<li>You need exceptional performance.</li>
+<li>You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.</li>
<li>You want a framework that requires nearly zero configuration.</li>
<li>You want a framework that does not require you to use the command line.</li>
-<li>You do not want to be forced to learn a templating language.</li>
-<li>You need exceptional performance.</li>
+<li>You want a framework that doesn't require you to adhere to restrictive coding rules.</li>
+<li>You are not interested in large-scale monolithic libraries like PEAR.</li>
+<li>You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).</li>
<li>You eschew complexity, favoring simple solutions.</li>
<li>You need clear, thorough documentation.</li>
</ul>
|