A few days ago I started the development of a new version of my CMS. In that case I also wrote an article about Test Driven Development (TDD) with the Zend Framework. But TDD is another topic. Today I’ll take a closer look on a special technique called “Nested Sets“. Nested sets are used to manage hierarchical data. Instead of walking through the results of a database in an recursive way nested sets providing the possibility to avoid recursive calls. Therefore the response time of an application can be increased extremely by using nested sets.
Apr
04
Mar
30
The journey can begin … yes, I’m starting test driven development using Zend Framework 1.10. I’m already a little advance with PHPUnit. With the Zend Framework I’m more experienced. While I was studying OnlineMedien at the Hochschule Furtwangen University I already taught my fellow students using the Zend Framework. At university I developed a tiny guest book to show the participants of my course how to use the Zend Framework.
Read the rest of this entry