menoc61 / group-5

school group work on dataimplimentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GROUP 5

Database implementation project

Prerequisites

  • MySQL
  • PHP
  • MySQL PDO extension

To manage the database

You can find the database dump in cont/facebook.sql
Edit database.php before starting the server.

Example:

private $host = "localhost";
private $database = "db_name"; 
private $username = "mysql_user";
private $password = "mysql_password";

unlock hidden functionalities

  • add this line in line 141 in home.php to implement crud on user
  • replace it instead, only if you want to unlock them :)

ajust the joins depending on the teacher demande

  • you can do so just by changing performJoinQuery() function in php/script.php look at the switch case and enjoy, just change the query and the platform would automatically ajust it self...

Technologies

credit

for more intresting challenges took at https://github.com/menoc61

  • you can also get a copy by folking or cloneing the project

About

school group work on dataimplimentation


Languages

Language:PHP 79.4%Language:JavaScript 14.3%Language:CSS 6.3%