Skip to content
Open Menu
Home
About
Services
Testimonials
Blog
Product Owner eBook
Drupal
LinkedIn
Twitter
GitHub
PHP
Enter Search Term
Composer Managed Custom WordPress & Drupal Dependencies
In web development we often find ourselves writing custom WordPress plugins, Drupal modules, or themes that have external package dependencies. It’s standard to use Composer…
Read More
Composer Autoloader: The Easiest Autoloading in PHP
Often, we find ourselves developing on a PHP system that does not have an autoloading mechanism built-in (cough *WordPress*). In times like these we largely…
Read More
Essential Drupal 8 Developer Training
Drupal Camp Asheville 2018 - Drupal 8 Developer Training videos, slides, and code examples.
Read More
Simple PHP Template Class
As a follow up to my earlier post, I wanted to show how to greatly improve the usefulness of the function by changing it to a class with distinct methods, and in the process reduce the previous approach's shortcomings.
Read More
How to Create a Simple PHP Templating Function
Sometimes you find yourself needing to write a very simple php template function. Maybe you're working on a very simple script, or in a CMS that doesn't provide much in the way of template organization or overriding.
Read More