[Skip Header and Navigation] [Jump to Main Content]
Home
Rymland
Where the Rymlands meet

Languages

  • English
  • עברית

User login

  • Create new account
  • Request new password
Home

php

Using PDT + xDebug (for debugging Drupal projects)

Submitted by boaz on Wed, 03/05/2008 - 22:41
  • howto
  • technical
  • debugging
  • drupal
  • eclipse
  • pdt
  • php
  • xdebug

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.

  • boaz's blog
  • 4 comments
  • Read more

Direct DB access with custom (CCK) node types in Drupal

Submitted by boaz on Thu, 02/07/2008 - 09:13
  • technical
  • cck
  • drupal
  • MySQL
  • php

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.

  • boaz's blog
  • Add new comment
  • Read more
[Jump to Top] [Jump to Main Content]