This 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.