Developed an MVC architecture application to understand the web development architecture in PHP.
In this project handle all cohesion and decoupling practices of software design.
It implemented CRUD following ORM and DBAL structure using SQL.
Documentation and PSR2 design were followed throughout the PHP code.
Write test cases to test the web applications and i alse use "mock" in my application so when testing a controller that dispatches an event,i mock the event listeners so they are not actually executed during the test.
PHP
JavaScript
HTML