Select Page

Installing PEAR on Windows 8

PEAR is the PHP Extension and Application Repository.  It’s basically an add-on to PHP that has a bunch of frameworks that are available.  You can read more about it at the official site. Getting PEAR onto my system was not obvious.  I came across two articles...

PHP multiple inheritance

Was double-checking this today and confirmed that PHP does not support derivation from multiple classes.  But worthy of writing this article was a new construct introduced in PHP 5.4: traits. Traits mostly remind me old-school C pre-processor #define calls.  So, I can...

Navbar Dropdown Woe

Came across an issue with the Bootstrap navbar dropdown with respect to WordPress.  Here’s the issue: Download Bootstrap and put it up on your website (reference the min.css and min.js files). Go to the sample code for the Default Navbar in the Bootstrap docs...