Welcome to my blog
My name is Matthias Tylkowski and I will talk about web development and web technology.-
Letzte Beiträge
- Create a private mediawiki with some public pages
- IBIS – Intelligent Band Information System
- Review: Codelobster PHP Edition
- PHPUnit: use different dataset on every test in a testcase
- Convert phpmyadmin to phpunit xml format
- Symfony 2 FAQ
- PHP MySQL Chaining
- PHP Lambda Functions – Anonymous JS-like functions in PHP
- Week Calculation in PHP
- Master Thesis submitted
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 javascript, mashup, php
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
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
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 php, phpmyadmin, phpunit, testing, XML
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