This is my third project built with PHP and using Doctrine ORM. This project implements CRUD (Create, Read, Update, Delete) functionality.
- Create, Read, Update and Delete employees and projects;
- Add employees to projects/Add projects to employees;
- Remove employees from projects/Remove projects from employees;
- Clone the repository;
- Import
projects.sqlscript into local SQL Server; - Execute comand
php composer.phar install; - Open the path where you can launch php interpreter, e.g.
http://localhost;