Procedural, Object Orientated and Event Driven. Object-oriented (OO) programming is a programming paradigm that includes or relies on the concept of objects, encapsulated data structures that have …
Unit 1 Intro to PHP
We'll be exploring PHP and it's uses in web development. From simple excercises to get familiar with the basic concepts of programming, to more advanced techniques of connecting to, and …
Unit 1 PHPStorm IDE
At Sussex Coast College we have access to the popular PHP IDE, JetBrains PHPStorm. You can use your Sussex Coast email to register and activate the full version. Download PHPStorm here. …
Unit 1 Coding Standards
Coding Standards Coding standards are important for a number of reasons apart from just being able to be easy to read, (unlike featured image above!). Here are some links to get you started on your …
Unit 1 Algorithms
"An algorithm is a well-defined procedure that allows a computer to solve a problem. Another way to describe an algorithm is a sequence of unambiguous instructions. The use of the term 'unambiguous' …
Unit 1 Tutorial Links
Use the following links to learn or brush up your basic PHP coding skills: W3Schools is good resource for all web based languages including PHP. Although this tutorial is PHP 5, the basics are …