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 – Part 2
Before beginning this portion, you may be interested in the following: How to Setup a LOCAL development Environment How to Setup a VIRTUAL Development Environment Introduction to this course in general Part 1 of Introduction to Object-Oriented Programing in PHP
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…
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 Virtual Development Environment
If you have a reliable internet connection and want something quick and easy to set up, I highly recommend Cloud 9. Sign up at Cloud 9: https://c9.io/ Create a new workspace Name your workspace Choose PHP Press “CREATE” Wait a few…