ZF2


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 […]