FreeBSD Server Administration

« Portsnap | Main | Eclipse »

February 04, 2008

My PHP Journey

As a long time C++ and Java developer, I have managed to modify/debug some PHP scripts with the help of PHP manual, but never spent time learning it. I don't dare to start a PHP project without systematic learning. The performance, security risks and language specific details should be taken seriously, which requires solid learning and practice.

OK, let me start my PHP journey.

My first step was to find a good book. After some searching, I decided to use Practical PHP Programming. Just after reading a few pages I was convinced this is a great book, it elaborated a few issues very well such as quotes and heredoc, I was always confused about them but have never taken the time to solve them. The author seems to have lots of experience and knows exactly what's important for beginners.

The second step is IDE. Coddled by VC++ and VAJ (my favorite), I can't code without a good IDE, should I blame myself for that? First I installed Zend Studio, it looks pretty good to me, but soon I found Eclipse supports PHP as well, I installed it immediately. Back in 2002, one of my colleagues
was a fan of Eclipse, since it can compete with VAJ, it must be really good :-). After the code-assist window pops up, I know Eclipse is my final choice.

Stay tuned!


Category : My PHP Journey

Posted by FreeBSD Newbie at February 4, 2008 07:31 AM

Comments

Post a comment



(Optional, will not be shown to the public)

Remember Me?