I just want to share how the Zend-Studio Feature "Run as > PHP Unittest" can be used.
1 Include PHPUnit
Zend Studio ships with PHPUnit 3.x and you can set the PHPUnit library as Include Path.
Therefore use a...
I just want to share how the Zend-Studio Feature "Run as > PHP Unittest" can be used.
1 Include PHPUnit
Zend Studio ships with PHPUnit 3.x and you can set the PHPUnit library as Include Path.
Therefore use a...
Today we searched for a solution to catch the browser back button.
The problem is, that the browser per default has no way to catch the back and forward actions. Also the browser does not allow to modify the browser...
We have T3DD and its time to publish the new release of the "mvc" extension together with a first version of an example extension.
Introducing the example:
The extension "mvcnews" is planned as a normal...
Domain Driven Design
Domain Driven Design (DDD) is an approach of how to model the core logic of an application. The term itself was coined by Eric Evans in his book "Domain Driven Design". The basic idea is that the...

