posts | commentsAdd to Google

Archive for March, 2008

27Mar

PHP list() Function

No comments

Here’s a handy little function. This comes in handy in many different situations, especially in regards to parsing database results.

Click to continue reading “PHP list() Function”

Categories: PHP
25Mar

Making Eclipse PDT work for you

1 comment so far

The whole point of an IDE is to help you develop faster and with fewer errors. Eclipse PDT has many features that can help accomplish this, but if you don’t know what those features are and don’t use them, then you might as well just use notepad. Here are a few shortcuts that I’ve found very helpful:

Click to continue reading “Making Eclipse PDT work for you”

Categories: PHP
20Mar

Eclipse, a PHP IDE

1 comment so far

“Ok, so I have a great text editor. Why do I need an IDE?” A very common question especially among PHP developers. There are many different text editors that do a really good job when you need a basic text editor and maybe a little syntax highlighting. But what does a full fledged IDE typically offer that a text editor does not?

Click to continue reading “Eclipse, a PHP IDE”

Categories: PHP