Skip to content
Martin Büttner edited this page Mar 9, 2014 · 14 revisions

Welcome to the FACT-Finder-PHP-Library wiki!

This wiki acts as a manual for the library. For additional help, see the source code documentation generated via PHPDoc, as well as the annotated source of the library's demo.

This manual is still work in progress.

  • Upgrade guide - if you have been using the FACT-Finder-PHP-Framework before and want to upgrade to the library, have a look at all the relevant changes here.
  • Library overview - a quick tour around the library
  • Loader and name lookup - the Loader is the most central class in the library, so you may want to have a look at this.
  • A Note on Encodings - if you use any encoding other than UTF-8 anywhere, you might want to have a look at this document.
  • Adapters, Requests and Data Providers - an in-depth explanation of how the classes in Core\Server work together to establish a connection to the server.
  • Customizations - explains how you can customize the library in general; we'll also add notes on a few common customtizations to this page.

There is also a Guide for contributors.

Clone this wiki locally