-
Recent Posts
Categories
Recent Comments
Archives
Author Archives: ekeretex
TDD with Zend Framework – wrapping up the controller
Part 1 – Getting Started Part 2 – Testing Controllers Part 3 – Mocks and Stubs Part 4 – Wrapping up the controller The last part of this series dealt with mocking and stubbing the controller action dependencies to get … Continue reading
Posted in Zend Framework
2 Comments
TDD with Zend Framework – mocks and stubs
Part 1 – Getting Started Part 2 – Testing Controllers Part 3 – Mocks and Stubs Part 4 – Wrapping up the controller In the last part we tested for the form elements on the home page to meet the … Continue reading
Posted in Zend Framework
1 Comment
Zend Framework 1.8 Web Application Development – book review
I’ve just finished going through Zend Framework 1.8 Web Application Development, a new book by Keith Pope. Published by Packt Publishing this book which somehow manages to cater to the ZF beginner as well as the veteran developers is a … Continue reading
Posted in Zend Framework
6 Comments
TDD with Zend Framework – testing controllers
Part 1 – Getting Started Part 2 – Testing Controllers Part 3 – Mocks and Stubs Part 4 – Wrapping up the controller In the first part of this series we set up our Zend Framework application and specified our … Continue reading
Posted in Zend Framework
9 Comments
TDD with Zend Framework
Part 1 – Getting Started Part 2 – Testing Controllers Part 3 – Mocks and Stubs Part 4 – Wrapping up the controller Jani Hartikainen has an interesting unit testing series on his blog where he introduces and expands on … Continue reading
Posted in Zend Framework
12 Comments
Bullshit of the day
From a Virgin Media call center agent before trying to get me to upgrade my package at a ‘discount’: “Your name has been added to the list of our valued customers.” To me this seems to imply I hadn’t been … Continue reading
Posted in General
Leave a comment
Restful Controllers with Zend Framework
I just read Bradley Holt’s post on using HTML 5 forms with REST and HTTP methods and he mentioned the REST router in the recently released version 1.9 of the Zend Framework. The good news is we don’t have to … Continue reading
Posted in Zend Framework
2 Comments
Zend_Db_Table update in ZF1.9
I usually have a bunch of empty Db_Table classes in my Zend Framework apps which just exist to define table names and do the inherited CRUD stuff. However, with the just released version 1.9 of the framework (currently in beta), … Continue reading
Posted in Zend Framework
Leave a comment