-
Notifications
You must be signed in to change notification settings - Fork 15
Home
Martin Büttner edited this page Mar 4, 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.
- 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.
- Guide for contributors - what is says on the tin.
- A Note on Encodings - if you use any encoding other than UTF-8 anywhere, you might want to have a look at this document.
- 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.
-
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.