PHP MVC Code GeneratorThis is a personal project I've developed to speed the coding of a custom Software Oriented Architecture/ MVC PHP project called Follow That Patient where I was contracted to build a custom Appointment Calendar for their Web Based software. This C# project generates an MVC pattern of files based on the current database structure which I can use as a base code start.

It is generic enough that I can repoint it to a new database and generate base code quickly for a new project. It has made getting the php projects for the future off to a quick start.

Currently adding code to implement Jquery based on the backend PHP routing.

Working on Unit Test skeleton class builds for the MVC SOA architecture for the project.

I first became interested in this project in 2008 after learning about a research project on a horse forum. The research was about rotational falls in eventing horses. Dr. Reed Ayers headed the project which was sponsored by the United States Eventing Association. He needed a way to access utilize data he was collecting from Garmin Forman devices attached to riders during Eventing Trials.  I built this application to convert Garmin Foreman device data to a different data format for use in research analysis software.