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.
7 HTML: Look & Feel (it can be other type of output, not just HTML).
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.
15 A roadmap can be found in doc/ROADMAP.