My first attempt using MVC to build todo list. I have two main goals for building this app.
- learn more about MVC architecture by building web app in PHP without MVC framework.
- learn php
- Twig. A template engine similar to jinga2 a python template engine.
- [Xdebug] (http://www.xdebug.org/index.php) debugger tool
- [NetBeansIDE 8.0] (https://netbeans.org/) ide
- [Composer] (https://getcomposer.org/) project dependency manager
- [PHPUnit] (http://phpunit.de/) testing framework for PHP
- [Selenium] (http://docs.seleniumhq.org/download/) automate web browser testing **read PHPUnit docs for integrating selenium
- Im using a skeleton MVC from phpacademy. Same folder structure and majority of the file app/core/App.php is the same.