Description
The Technologies used are:
- PHP (v5.4.4) - Doctrine, Composer
- HTML5 - None
- CSS3 - Twitter Bootstrap
- JS - jQuery, Twitter Bootstrap, JSON
I Haved ussed jQuery and Twitter Bootstrap. jQuery for its powerfull Abstraction layer over javascirpt and Twitter Bootstrap for the powerfull frontend framework that it offers. Using this two libraries give me the posibility of building the design responsive thanks to Twitter bootrsrap CSS3 framework. For the backend i've use Doctrine DBAL(Database Abstraction Layer) for the many features it overs and the PDO abstration. And Composer for the package managment.
Installation
- Change credentials in
config/database.phpto connect to the database - Import the sql dump
db/sql_dump.zip. In the db folder you can also find the MySQL Workbench Model. - Install and run
composer update - Your good to go :)