]> git.llucax.com Git - software/bife/bife-all.git/blob - README
- Cleanned Album code.
[software/bife/bife-all.git] / README
1 $Id$
2
3 BIFE is a kind of framework inspired by Bif <http://www.lunix.com.ar/Bif.php>
4 to split a PHP application (website or whatever) into 3 layers:
5 XML:  Content management.
6 PHP:  Programming.
7 HTML: Look & Feel (it can be other type of output, not just HTML).
8
9 The main goals of this proyect are:
10 - Keep XML layer really easy to use for the end user, so no need of HTML or
11   PHP would be needed to make a XML page.
12 - Speed. One of the main goals of this proyect is to be fast. Because of
13   this, PHP and HTML layers can have extra complications.
14
15 A roadmap can be found in doc/ROADMAP.