Name | Modified | Size | Downloads / Week |
---|---|---|---|
Current | 2019-04-07 | ||
Old_Releases | 2018-05-16 | ||
README.md | 2018-05-16 | 1.6 kB | |
Totals: 3 Items | 1.6 kB | 0 |
FRESHHH - Database Loading and Promting System
Autor Note
This program has been developed by: Alberto Melchor Herrera, melchorherrera@gmail.com. I am greateful to those people that have developed software in which I got inspiration. This version of the software is free to use and modify.
About
This software implements an ORM system for developing web applications. It comes with simmple example of a booking system so you can get more info about its functionalities. It is written in PHP (As well as HTML, CSS and JavaScript). It uses Mysql for a database. You could find documentation at the project Your Online Shop that is using this system.
Installation
- Upload the files to your web server.
- Unpack it to the destination folder.
- Create a database and import file example/database.sql. You can use PhpMyAdmin for this purpose.
- Edit database settings at: core/includes/config.sample.php and rename it to config.php.
Getting started
Open the browser (chrome or firefox) at the main folder url you will see a page with the booking. This is an example of an hotel booking system. It has no functionalities except the one page you see at init. You can look at index.html and the template files to get an idea of how it works. For furder information come to the project Your Online Shop.
More Info
Find us at github.com and sourceforge.net for more information.