An exercise for creating an API in CodeIgniter and consumption in Backbone. I had never worked with either, so it was a good assignment to explore. CodeIgniter is a nice PHP framework, and had to dive into the language and documentation a bit more. Having a better understanding for code mechanics, this helped push my limits as a programmer. Not having divided an application into back end/front end previously, this made the time pretty worthwhile.
Working with CI's controllers were very reminiscent of Sinatra or Rails, and I have linked a MySQL database for persistence. While it took me awhile to really understand what was going on in Backbone, the mere opportunity to do something that could be applicable anywhere was very much appreciated.