Archiv der Kategorie: PHP

IBIS – Intelligent Band Information System

It’s quite old but it’s worth to take a look. I did this with a study colleague as a seminar project. It’s quite old but it’s worth to take a look. I did this with a study colleague as a … Weiterlesen

Veröffentlicht unter MashUp, PHP | Verschlagwortet mit , , | Hinterlasse einen Kommentar

Review: Codelobster PHP Edition

Contents Introduction General Facts What’s special about the Free Version? What can I expect of the Professional Version? Fazit Introduction I recently had the chance to take a look at the professional version of Codelobster PHP Edition. For those who … Weiterlesen

Veröffentlicht unter IDE, PHP | Verschlagwortet mit , , , , , , , , , , , , | Hinterlasse einen Kommentar

PHPUnit: use different dataset on every test in a testcase

PHPUnit offers the possibility to perform tests based in database fixtures. The common way is like described in the PHPUnit documentation. But what if you just want to have a small and different dataset on every test? PHPUnit offers the … Weiterlesen

Veröffentlicht unter PHP, phpunit | Verschlagwortet mit , , , | Hinterlasse einen Kommentar

Convert phpmyadmin to phpunit xml format

It is always a pain to create datasets for testing. I know the code should make it possible to test without using the database, but this is not always the case. Phpmyadmin offers a good possibility to create datasets by … Weiterlesen

Veröffentlicht unter PHP, phpunit | Verschlagwortet mit , , , , | 2 Kommentare

Symfony 2 FAQ

I recently started to work with symfony 2, a really nice PHP framework. Like Zend but with different concepts. While working with it I will line out some problems I had and solutions I found. This page will gradually be … Weiterlesen

Veröffentlicht unter PHP, Symfony2 | Verschlagwortet mit , , , | Hinterlasse einen Kommentar