Behavior Driven Development with Behat Unit tests give you a good base to ensure your classes are working technically correct. Integration tests show that they play well with each other. But who takes care that all your code actually does what your business owner wants it to do? This session gives you an introduction into [...]
Archive | Tutorials RSS feed for this section
Installing and Configuring Zend Server 6 on Apple Mac OSX
February 28, 2013
If you’re a web developer and your development machine is a Mac you have likely discovered that “Web Sharing” was removed from OSX Mountain Lion. There are a few tutorials on the web that can walk you through getting a PHP stack set up on the Mac, but they all describe somewhat more work than necessary. Since [...]
Malt Blue Shows us How to Build Extendable and Extensible Zend Framework Applications
August 17, 2012
Over at maltblue.com they have released another one of their great tutorials. Since you are a cutting edge Zend Framework developers though, you already knew that because you read them regularly, right? no? Well, click on in, I’ll share the link.
Understanding Zend Framework’s Plugin Parts 1 & 2
August 9, 2012
Have you ever gotten stuck trying to write your own Plugin or helper for Zend Framework? Here are a couple of articles that may help unstick you.
Zend Framework – How To Implement RSS Feeds the Easy Way
July 11, 2012
Malt Blue has a new tutorial available on how you can add RSS feed capabilities to your existing Zend Framework 1 application. Click on in, I’ve got a link to this simple yet informative tutorial.
Zend_Form and Zend_Config Parts 1 & 2
May 15, 2012
Over at MaltBlue.com they’ve posted parts 1 and 2 of a series on using Zend Form and Zend Config together. Click on in, let me show you what you are missing.
PHP and SOAP – First Steps
March 28, 2012
This is the beginner’s, beginner intro for getting SOAP working with PHP. Quite a bit more basic than most, simply because it’s all new to me and I wanted to write it all down and, possibly, save you the same headache’s I’ve had the last couple days.
phpcloud.com Quickstart guide
December 22, 2011
Got your beta invite to phpcloud.com but not sure where to start. Read on, we’ll take a look at the concepts involved and the staps to take to not only get up and running quickly but to be productive in this interesting tool.
Manage cloud infrastructures using Zend Framework
November 18, 2011
Recently, the Zend Framework community has developed a new component for cloud services: Zend_Cloud_Infrastructure. This component was provided to manage cloud infrastructures, with a common interface for multiple vendors. In this article we will present the basic usage of this new component with some examples and use cases. Background “The cloud is for everyone. The [...]
Creating Web Page Templates with PHP and Twig (part 1)
April 6, 2011
There’s no shortage of PHP template engines and they’re all very similar, often differing only in implementation details and support for specific features. They all serve the same purpose: that of functionally separating a Web application’s user interface from its business logic, and thereby enabling developers and interface designers to work on the same application without getting in each other’s hair.


May 22, 2013
0 Comments