Category Archives: mysql

speeding up your mysql db

This is an interesting video on how to speed up your mysql db. Be sure you have an hour of free time if you want to watch this. If you want to look for more videos on how to to … Continue reading

Posted in database, mysql | Tagged , , , | Leave a comment

Useful Propel criteria methods and constants

I’m working with criteria quite often lately and must say it is a handy way of query writing. The only problem I have with criteria is that I don’t seem to find a simple overview (list) of the most important … Continue reading

Posted in Framework, General, mysql, Symfony | Tagged , , , | 6 Comments

forgotten syntaxes for MySQL

A lot of people seem to have problems with updating or inserting data in tables in an intelligent way. We shouldn’t point a finger to those who don’t use the correct syntax for the problem it solves, because there are … Continue reading

Posted in database, General, mysql | Tagged , , , , , , , , , , | Leave a comment

To reinforce our IT team, we are hiring a colleague (M/F)

As we are growing we are in need for a new junior developer to create and maintain websites. If you or someone you know is interested in this job feel free to contact us. The company is Step-@-Site and we … Continue reading

Posted in css, database, html, Javascript, mysql, php | Tagged , , , , | Leave a comment

Storing multiple data in 1 database field with PHP serialize / unserialize

While the serialize/unserialize functions exists since the early PHP 4 version, I ignored its existence. I discovered it recently doing some research on how to store multiple data in 1 database field. Before continuing, keep in mind that it’s not … Continue reading

Posted in database, mysql, php | Tagged , , | 1 Comment