JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix db_get_value after mysql->mysqli upgrade
[wfpl.git] / README
1 wfpl (Well Factored PHP Library)
2
3 wfpl is a collection of php functions that make it easy to create websites,
4 including things that are tricky to do from scratch like editing databases.
5
6 It includes:
7
8 * A templating system (so all your data/markup can be in html files)
9
10 * An easy and secure database API
11
12 * Functions to help with input validation and pretty printing of many types of
13   data.
14
15 * metaform (early development) a page to auto-generate code for forms (html
16   template, PHP code, SQL code and even an e-mail template.)
17
18 * Easy soft redirects (meaning that in your php code, you can easily specify
19   that you'd like a different php file to handle this request.)
20
21
22 wfpl is public domain / CC0. See COPYING.txt for details