Related Sites
Categories
Archives
-
Recent Posts
Meta
Monthly Archives: September 2005
Menu management with stored procedures (without Nested Set Model)
I’ve tried to create a database driven menu management. The menu items are stored in the database with an ID (menuitem) and a mother ID (motherid) which refers to its upper menu item or to 0, if it is a … Continue reading
Posted in Archives
Leave a comment
INSERT … ON DUPLICATE KEY UPDATE
At the moment, I’m preparing for the core certification exam. Although I thought that I knew almost everything about the new features in MySQL 4.1, I sometimes find some fantastic “goodies” while I’m learning for the exam. One of them … Continue reading
Posted in Archives
Leave a comment