As I said in part 1, I believe terminology is key to understanding how the particular technology works. With all the resources online, if you understand the terminology, you can use the internet to help you figure out how to do just about anything. With that in mind, here are the new terms for part 2.
Introduction To Object-Oriented Programming With PHP – Part 1
Before beginning this portion, you may be interested in the following: How to Setup a LOCAL developement Environment How to Setup a VIRTUAL Development Environment Introduction to this course in general Files used in class Full PHP Script used in
Introduction To Object-Oriented Programming With PHP
For many programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. We’ll be learning the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped into classes to aid in
Setup a Local Development Environment
This is designed as a guide to get you started with a php development environment on your computer. Download and install the latest version of VirtualBox from https://www.virtualbox.org/wiki/Downloads Download and install the latest version of Vagrant from http://www.vagrantup.com/downloads.html Download the