The Storyteller

Nusphere PHPEd 5.0 Review

May 12, 2007 · 10 Comments

I am using PHPEd for couple of months and I’ve recently upgraded to their latest edition, 5.0. So I cant resist myself from writing a review of this product.

Best features
Latest edition of PHPEd (Version 5.0, build 5019) comes with many new exciting features, a splashing look-n-feel and improved debugging functionalities for professional PHP developers. PHPEd is available in the market for quite a long time and it is popular with handful of its useful features. The latest release of PHPEd improves their editor at next level where you will really find yourself flexible to develop PHP application. Let’s look at the best feature of PHPEd that always excites me.

Browser style code navigation
Splitable edit window
Fully Unicode compatible
Excellent debugging with DBG
Excellent Code-Insight facility
Embedded Firefox
Quick HTML Objects
DB Form wizard
Embedded NuSOAP Tool
Smart Full screen Coding
Integration with Shell Menu
Built in profiler

Drawbacks
Distribution of old libMySQL (Well, just because of new licensing scheme of MySQL)
Old Help Files
Absence of old code completion for some libraries

phped.png

Splittable Editing Window
This is one of the coolest features which come to my everyday use. By splitting the code window in two parts I can simultaneously work on two portion of the same file, keeping anyone as a reference.

Unicode compatibility
PHPEd comes with Unicode compatibility, this is one of the major featured I was looking in PHP editors for years. You can switch to your desired encoding anytime from tools menu->IDE Settings

Debugging with DBG
The debugging in PHPEd is cool with DBG as the backend debugger. You can set break points, watch variables and do other things with it.

Excellent code Navigation
Another feature I really liked is the different way of “code insight” – You can see the methods and variables inside your project. You can view all the classes, or all the methods under all the classes or even the methods from a single file. This thing helped a lot. And you can also search for any function inside your project using this code explorer tool.

Embedded Firefox
Yeah it’s true; it was so much fun having Firefox as the embedded browser. In PHPEd recent version you can use Firefox as embedded browser.

DB Form wizard
PHPEd can write PHP code to interact with your tables. It creates the HTML form and PHP code for CRUD operation.

Embedded support for NuSOAP
PHPEd has built-in support for NuSOAP library for creating soap servers and clients.

Smart Full screen Coding
That’s another thing I really like!! Hit the Alt+F10 and just coding!!! – Very nice feature for me!

Integration with Shell Menu
That’s another very useful feature I agree, it comes very handy to perform shell operations. PHPEd interacts with shell directly from the project explorer.

And beside these, yeah, code folding is also available.

Built in profiler
Yes, and that’s really nice. You can profile your application directly from inside PHPEd instead of setting up xdebug and WinCacheGrind. This is a very cool feature for PHP developers.


Drawbacks

Some drawbacks are there, too. One major problem that I face with PHPEd is that it has some problem with intellisense for some libraries like SPL and others. But they provide you some workaround to quick fix that. Another problem I found is old help files for Smarty, PHP and MySQL. But that won’t be a big problem if you have your own.

Categories: Cool software · PHP · Review

10 responses so far ↓

  • Yeameen // May 13, 2007 at 1:23 am | Reply

    Good review..

    “Splittable Editing Window” is a very essential feature I miss on other editors. Now I’ve to open another instance in notepad if I want to work on two portion of the same file simultaneously.

    Debugger and Profiler of PHPEd are among the bests in market.

  • David Rodger // May 13, 2007 at 5:17 pm | Reply

    If you don’t need a fully blown IDE, but want the editor features, KomodoEdit is quite good. I stopped using it though when the demo period ran out. In spite of the fact that it’s a free product and that, at the time I downloaded it, the web site said there was no license expiry, it still expired after about 21 days.

  • Thomas Kahl // May 13, 2007 at 10:46 pm | Reply

    Hi,

    my first impression was that the new version is faster than the 4.x. Especially with large projects.

    Unfortunately some features are still missing (even thought they are on the wishlist for a long time). One of my most wanted is a keword-based todo-list (like in eclipse) and a grown up bookmark-system.

    But overall it’s a good release.

    Thomas

  • PHPDeveloper.org // May 15, 2007 at 2:22 am | Reply

    Hasin Hayder’s Blog: Nusphere PHPEd 5.0 Review

  • developercast.com » Hasin Hayder’s Blog: Nusphere PHPEd 5.0 Review // May 15, 2007 at 3:21 am | Reply

    [...] Hayder has posted a review of his own for the latest IDE offering from NuSPhere – the latest in their PHPEd series, version 5.0. I am [...]

  • vp // May 18, 2007 at 8:35 am | Reply

    Hey, they just released build 5022 and 5023 is expected soon. It’s not only IDE is that speedy :) but also the development team

  • Arizona Insurance Life, Rate, Quote, Term // July 4, 2007 at 4:54 am | Reply

    It does seem faster, I agree.

  • মানচুমাহারা // August 8, 2007 at 11:11 pm | Reply

    আপনার প্রায় সব লেখাই ভালো লাগে। এই ব্লগটা অনেক কাজের। অনেকক্ষন ধরে মন দিয়ে পড়লাম।

  • OPEN GIGA // September 3, 2007 at 10:05 pm | Reply

    nice review and thanks to share with us.

  • Shane Harris // April 2, 2008 at 4:40 am | Reply

    Nice Review.

    Does the debugger follow links into other pages? I had a quick play and as soon as I left the start page debugging stopped working. This might be a setup issue though

    Thanks again for the good review!

Leave a Comment