Technical musings on PHP, specifically Zend Framework (1 and 2)
With the wide adoption of Composer, does this mark a shift change in the projects the OS community will be working on?
The webinar of parts 1, 2 and mythical part 3 of my ZF2 for the ZF1 Developer blog posts.
Part 2 of my introduction to Zend Framework 2 for the ZF1 developer.
A look at what has changed in some of the core components between Zend Framework 1, and Zend Framework 2.
How Zend Framework 2's built in features help you build a RESTful API.
Coding an OAuth2 client for ZF2.
Publishing to Facebook using FB.Connect.streamPublish.
How to change the default validation error messages with Zend_Form.
Writing and auto-loading a custom view helper in ZF.
Well, when looking to simplify some actions and views that present JSON data to pass back from AJAX queries, I was pointed in the direction of the ContextSwitch action helper.
In my first post below, I covered how to create a FC plugin to ensure that a user is authenticated when they access every controller.
Automatically run some code before every controller in Zend Framework.