Dynamic PHP Applications The Fast and Easy Way
The first thing you might want to do is visualize your directory structures. Fat-Free gives you total control over your Web site. Organize your folders in any way that pleases you. Decide where you want to store the following:
- HTML templates
- Graphics, Flash and media files
- Javascript and CSS files
- Fat-Free import files, code libraries, and PHP includes
- OOP classes
- Database (if you plan to use an embedded DB like SQLite)
- Configuration files
- Uploads/Downloads
- Fonts (optional)
For security reasons, consider relocating the lib/
folder to a path that's not Web-accessible. If you decide to move this folder, just change the line in index.php
containing require 'lib/base.php';
The lib/
folder also contains framework plug-ins that extend F3's capabilities. You can change the default location of all plug-ins by moving the files to your desired subdirectory. Then, it's just a matter of pointing the PLUGINS
global variable to the new location. You may delete the plug-ins that you don't need. You can always restore them later.
The IMPORTS
global variable should point to the location of Fat-Free import files, code libraries, and PHP includes. On the other hand, F3 can autoload your OOP classes for you. Just add the path to the AUTOLOAD
variable. The rest of the above-listed items do not require configuration of a framework global variable, so you may store them anywhere.
Important
The distribution package contains a file named
htaccess
. It's saved that way in the archive because some ZIP extraction tools may not be configured to display hidden files like.htaccess
. You should rename the file if you're using Apache.
When you're ready to write your F3-enabled site, you can start editing the rest of the code contained in the index.php
file that displayed this Web page. Developing PHP applications will never be the same!
PHP Dependencies
Some framework features will not be available if PHP is not configured with the modules needed by your application.
PHP Module | Installed | Required by |
---|---|---|
{{ @mod }} | {{ extension_loaded(@mod)?'Yes':'No' }} | {{ @dep }} |
Need Help?
Technical support is available at: https://groups.google.com/forum/?fromgroups#!forum/f3-framework
. If you need live support, you can talk to the development team and the rest of the Fat-Free community via IRC. We're on the FreeNode #fatfree
channel (chat.freenode.net
).
The help file included in the distribution (lib/f3.chm
) is at your disposal if you need to take a close look at the Fat-Free API. However, the online documentation at http://fatfree.sourceforge.net
provides the latest and most comprehensive information about the framework.
Fair Licensing
If you intend to use this software for business or commercial gain: permissive and "closed-source" licensing terms are available. For academic and personal use, the PHP Fat-Free Framework and other files included in the distribution are subject to the terms of the GPL v3. You may not use the software, documentation, and samples except in compliance with the license.
Support F3
F3 is community-driven open-source software. Support the development of the Fat-Free Framework. Your contributions help keep this project alive.
The framework won't be what it is today without the help and support from the following people and organizations:
- GitHub
- Sascha Ohms
- Jermaine Maree
- Sergey Zaretsky
- Daniel Kloke
- Brian Nelson
- Roberts Lapins
- Boris Gurevich
- Eyðun Lamhauge
- Jose Maria Garrido Diaz
- Dawn Comfort
- Johan Viberg
- Povilas Musteikis
- Andrew Snook
- Jafar Amjad
- Taylor McCall
- Raymond Kirkland
- Yuriy Gerassimenko
- William Stam
- Sam George
- Steve Wasiura
- Andreas Ljunggren
- Sashank Tadepalli
- Chad Bishop
- Bradley Slavik
- Lee Blue
- Alexander Shatilo
- Justin Noel
- Ivan Kovac
- Tony's Internet Solutions
- Charles Stigler
- Attila van der Velde
- Indoblo Commerce Limited
- Jens Níemeyer
- Raghu Veer Dendukuri
- NovelLead B.V.
- Emir Alp
- Dominic Schwarz
- Sven Zahrend
- LucidStorm
- Nevatech
- Matt Wielgos
- Christian Knuth
- Maximilian Summe
- Caspar Frey
- G Holdings, LLC
- FocusHeart
- Philip Lawrence
- Peter Beverwyk
- Randal Hintz
- Franz Josef
- Biswajit Nayak
- R Mohan
- Michael Messner
- Florent Racineux
- Jason Borseth
- Dmitrij Chernov
- Marek Toman
- Simone Cociancich
- Tecnilógica
- Alan Holding
- Mirosystems
Special thanks to the selfless others who expressed their desire to remain anonymous, yet share their time, contribute code, send donations, promote the framework to a wider audience, as well as provide encouragement and regular financial assistance. Their generosity is F3's prime motivation.