I started out using binary then visual-C and ten years ago moved over to php. My projects include Ceo Web Portal, Web Itinerary, EssenceOne-Framework, Social Business Triad Accounting Systems and Business Calculation Software.
My strengths are with Mysql database development and mapping around business accounting data structures and Sessions Validated Member Roles.
My Framework consist of a Alphanumeric Naming Process allowing single values to make Url Request using the same parsed value for every file and page within a Module. Each File and Page is stored as two integer values--$id and $nid as fields in a modules table. Each time you wish to add a new Module you simply add the new files where they go numerically, add the values into the database table Modules, and the Parser handles them automatically. Everything defaults to Static or Errors functions. It Allows a totally fluid build process without the need of changing any functions, classes or having to change scripts in 4 pages as you would do for other Frameworks using MVC. Htacces handles naming of pages because of the Hashed real named values in the browser. The naming process is identical to the old Dos Tree back in the late 70's. It was later abandoned so i thought, "Why Not?". Data is passed entirely using $_POST method, even within Links. And Sessions handles the user.