Archive for November, 2010

A Modular Directory Structure Quickstart: Module Switcher Front Controller Plugin

Friday, November 12th, 2010 Posted in Open source, PHP & MySQL | No Comments »

Hello and welcome to the second installment in the Zend_Application tutorial series.  In this tutorial, we are going to create a front controller plugin that is going to ... Read more..

How to integrate phpbb forum login

Tuesday, November 2nd, 2010 Posted in PHP & MySQL | No Comments »

I have had to install phpbb forum on a website that already had a user table and I want to keep the users of my table as the only ... Read more..

Creating a Date Range Array with PHP

Tuesday, November 2nd, 2010 Posted in PHP & MySQL | No Comments »

I recently needed to come up with an array of dates between two given dates. I typically work in the MySQL-compatible 'YYYY-MM-DD' date format, so I wanted it to use ... Read more..