Skip to content

softhightech/Reeeh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reeeh

Simple, Fast & easy PHP Framework

How to get started?

  • 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;

Screenshot

Check some pictures of the frame work here

Documentation

Check documentation here : Reeeh Wiki

Get involved

If you are interested about developing the framework contact me on facebook : fb.com/brahim.moullablad or send me an email : [email protected]

About

Simple, Fast & easy PHP Framework for beginners

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published