My First Custom View Helpers

As I've been going through building my app for the Practical Learning series, one thing that has been bugging me is the way we had to prepend/append the individual divs for each form row item in our forms.  It seemed to be a great way to introduce errors and inconsistency […]


Wait, What? Which Way Already???

I thought I was trucking along pretty well with Zend (ZF2), but in discussing our progress, I've come to realize that my partner's code is completely different from mine.  I've been using the first tutorial (the "Album" one) as a guide while he used the second ("the task list) which […]


Building My First Application with Zend, Part 2

So now that I have a view working, time to dump the default layout/design and try and get my own working. Yeah!  But first, taking out the translation functionality, as I don't need/want it.  That just requires removing the translator alias and configuration options from the module.config.php and deleting the language […]


Getting Started With Zend

This morning, we finished getting the Zend server installed on our dev box, so we can take advantage of that option with our applications, and got the Zend Framework in place.  Getting the skeleton app going was easy, just download, unzip, upload, then run the three composer commands.  Only minor hiccup […]


Relooking at Frameworks

So today my partner and I really sat down to talk about the issues we've been having with CakePHP and to start the decision making process.  We once again started researching the various framework options, including talking about the potential cons of using one of the "dead" ones, like CodeIgniter.  As […]