Simple, Fast & easy PHP Framework
- Download the framework then put inside your server folder like htdocs or other.
- Then you have to rename the folder on reeeh or any your application name.
- Edit the htaccess "rewriteBase /reeeh/"
- You have to configure the framework initilize file.
- Create a Database called reeeh or your application name.
You have to create table users and database then you can start use the framework.
CREATE TABLE `users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(150) CHARACTER SET utf8 NOT NULL, `password` varchar(200) CHARACTER SET utf8 NOT NULL, `passwordsalt` varchar(200) CHARACTER SET utf8 NOT NULL, `fullname` varchar(50) CHARACTER SET utf8 NOT NULL, `first_name` varchar(150) CHARACTER SET utf8 NOT NULL, `last_name` varchar(150) CHARACTER SET utf8 NOT NULL, `phone` varchar(20) CHARACTER SET utf8 NOT NULL, `description` varchar(500) CHARACTER SET utf8 NOT NULL, `cdate` datetime NOT NULL, `cby` int(11) NOT NULL, `udate` datetime NOT NULL, `uby` int(11) NOT NULL, PRIMARY KEY (id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Check some pictures of the frame work here
Check documentation here : Reeeh Wiki
If you are interested about developing the framework contact me on facebook : fb.com/brahim.moullablad or send me an email : [email protected]