phpwiki  1.6.1
About: PhpWiki is a PHP WikiWikiWeb clone (requires database like MySQL).
  Fossies Dox: phpwiki-1.6.1.zip  ("unofficial" and yet experimental doxygen-generated source code documentation)  

phpwiki Documentation

Some Fossies usage hints in advance:

  1. To see the Doxygen generated documentation please click on one of the items in the steelblue colored "quick index" bar above or use the side panel at the left which displays a hierarchical tree-like index structure and is adjustable in width.
  2. If you want to search for something by keyword rather than browse for it you can use the client side search facility (using Javascript and DHTML) that provides live searching, i.e. the search results are presented and adapted as you type in the Search input field at the top right.
  3. Doxygen doesn't incorporate all member files but just a definable subset (basically the main project source code files that are written in a supported language). So to search and browse all member files you may visit the Fossies phpwiki-1.6.1.zip contents page and use the Fossies standard member browsing features (also with source code highlighting and additionally with optional code folding).
README
PhpWiki is a web application licensed under the GNU Public License, which
should be included in the same directory as this README. A copy
can be found at http://www.gnu.org/copyleft/gpl.txt.

See ./INSTALL for installation notes.
Read ./UPGRADING before upgrading from a previous version of PhpWiki.

Additional docs:

doc/:
INSTALL.mysql          for using PhpWiki with MySQL
INSTALL.pgsql          for using PhpWiki with PostgreSQL
INSTALL.oci8           for using PhpWiki with Oracle
INSTALL.sqlite         for using PhpWiki with SQLite
INSTALL.flatfile       for using PhpWiki with flat files, no database
INSTALL.MacOSX         for using PhpWiki in MacOSX
README.phpwiki-auth    for using authentication
README.security        for notes on implementing a more secure PhpWiki
README.phpwiki-cache   for using cached plugins content (VisualWiki, ...)
README.coding          for notes on modifying PhpWiki
README.foaf            for notes on the Friend Of A Friend network
THEMES                 for notes on customizing themes
CREDITS
HISTORY

For a list of current bugs see: https://sourceforge.net/p/phpwiki/bugs/

The fastest and out-of-the-box version uses DATABASE_TYPE=dba,
a dbm file in the /tmp directory; you may wish a more permanent
place for yours, but make sure it's read/writable by your web server!

NOTE: Not all database versions are equal. The MySQL and Postgresql
implementations have the full set of features; DBM and mSQL are
missing only a few, and the flat file implementation is solid
and waiting for your improvement. All are suitable for production.