Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
00001 JEFF PHP FRAMEWORK by Otto srl, MIT license {#mainpage} 00002 ============================================ 00003 00004 Jeff is a light php framework design to help the programmer in the 00005 developement of a web site or web application. It's written 00006 following the MVC pattern. Other patterns are used in the 00007 framework. 00008 00009 Please visit the [project site](http://jeff.otto.to.it) for more details. 00010 00011 Jeff modules and plugins are available in the [otto-torino github repository](http://www.github.com/otto-torino). 00012 00013 REQUIREMENTS 00014 ------------ 00015 - php >= 5.3 00016 - mysql >= 5 (may be easily extended to use other DBMS) 00017 - web server (apache >= 2.0, nginx, ...) 00018 00019 the following web server modules have to be enabled (the modules' names are the apache ones) 00020 - mod_expires 00021 - mod_headers 00022 - mod_rewrite 00023 00024 the **short_open_tag** directive must be enabled in php.ini 00025 00026 INSTALL 00027 -------- 00028 00029 - copy all files into a directory under the web server root. 00030 - Adjust the RewriteBase Rule in **ROOT/.htaccess** and **ROOT/admin/.htaccess** to 00031 fit your path situation. 00032 - create the db using the **jeff_[lng].sql** file (english and italian version availables) 00033 - configure the db connection parameters in **configuration.php** 00034 - surf your install directory et voilĂ