Warning: Use of undefined constant image_setup - assumed 'image_setup' (this will throw an Error in a future version of PHP) in /home/westleyw/public_html/wp-content/themes/autofocus/functions.php on line 576

Warning: Use of undefined constant image_setup - assumed 'image_setup' (this will throw an Error in a future version of PHP) in /home/westleyw/public_html/wp-content/themes/autofocus/functions.php on line 577
Westley Wood » Programming

Category Archive: Programming

Some programming material.

Message System

Message System

A Message System is the implementation of a base communication system across a variety of classes.  This base system takes place in a public method …

 

Object Manager

Object Manager

An Object Manager is a style of writing code, where Objects are managed within the code.  One of the most effective ways to do this …