PHP


Custom Form Elements in ZF2: Simple Example

For our final application recode from ColdFusion to PHP, we hit on needing to do some custom form elements.  We’d already done custom form view helpers to implement Bootstrap design (which I’ll cover in-depth as either a separate series or as part of the An Eclectic World Recode series). This, […]


An Eclectic World Recode: Series Introduction

This will hopefully be the start of a series of posts on my latest personal web project, updating my personal website An Eclectic World.  This will be a big update, including: Flipping from ColdFusion with the Mach-II framework to PHP with Zend Framework 2 Flipping the database from PostgreSQL to […]


Finding a Key in An Array

The current application I'm working on has multiple "wizards", i.e. multi page forms that store data between the pages, allow moving back and forth, and so on.  These wizards have some things in common, so I have a base controller their individual controllers all extend to access that common functionality, […]


WordPress Themes – Watch Those Spaces!

As I mentioned previously, I've been learning WordPress stuff over the last few weeks for a client.  Recently we discovered her RSS feed wasn't working in some checkers, so I checked it and found that the resulting XML had indention before the first few lines.  Now, personally I think its […]


Overdue Update

Wow, it's been nearly two months since my last post!  Whoops! I'm still around, it's been a strange mix of quiet and hectic lately.  Quiet in that we wrapped up our first PHP Zend project and got it out the door.  Thus far it's worked pretty well other than the occasional completely […]