#What is Next? Quick & Dirty PHP app to manage events related to categories
- PHP 5.6.16
- Composer
- Twitter Bootstrap
- Bootbox.js
- MySQL Community Server 5.7.10
- Set flash messages
- Do trigger on database to let user delete a category and replace associated event with a default category instead of the original one
- Handle change in orthograph when displaying 1 or 0 "event" on category_list
- Sort events by date
- Group all requests in one class in order to avoid SQL statements in view code
- Other stuff
- Setting DBAL (or ORM after) (cf. Doctrine)
- Use a PHP framework instead vanilla PHP (cf. Silex)
- RESTfull API
- iOS app consuming API info