]> git.llucax.com Git - software/bife/bife.git/blob - README
Removed \n at the end of the file and added a VIM option to keep it as is.
[software/bife/bife.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 You can see the tentative ROADMAP.