Using PDT + xDebug (for debugging Drupal projects)
This blog post is meant to be a short guide and tips repository for setting up a PHP development environment using Eclipse PDT and xDebug. I use such an environment for my Drupal based development and it is an invaluable tool to me.
Direct DB access with custom (CCK) node types in Drupal
Hi,
I had this experience a few days ago which I could definitely spare: my code that runs custom query against a Drupal site's DB failed completely. One day, out of the blue, my code topped working and I got those SQL problems errors. It appeared as if the DB has changed under my feet! C$%p! - DB corruption???
Not really... Had I known a bit more... Embarassed .
Here's the deal:
You work with Drupal, you have your own node types, created with CCK module of course.
