Copy messages from a Thunderbird mbox file to a MySQL table using php

Date July 1, 2008

If for some reason you would like to copy your messages from Thunderbird to a MySQL database, here you can find a simple PHP script which will do it for you! All you have to do is to set some variables in the php class and create a proper database table. Let’s start with the [...]

CakePHP 1.2 Filter Component

Date June 11, 2008

Tworzenie formularzy i metod służących do filtrowania danych jest bardzo częstym zadaniem w codziennej pracy programisty. Zwykle, aby osiągnąć pożądany efekt, korzystałem z kombinacji metod modelu i kontrolera . Zwykle oznacza to również pisanie wielu linii kodu i strata czasu na mało interesujące zadanie. Zacząłem więc szukać rozwiązania, które zdejmie ze mnie choć troszkę pracy. [...]

Error: The requested address ” was not found on this server

Date May 3, 2008

Last night, during installation of the CakePHP application on clients production server, a weird problem appeared. All requests to controllers actions returned : “Error: The requested address ” was not found on this server”. At the same time, access to webroot was incessant.
If you have the same problem, try this three steps:

make sure you have [...]

Maintenance module

Date May 1, 2008

Perhaps you have been in a situation when you need to put your cake-based web site in a maintenance mode. Our solution to this problem is very easy and flexible. All you need to do is to download the appropriate module from our svn repository and put files in the proper folders.
Next step is to [...]