Forum Moderators: coopster

Message Too Old, No Replies

Alternatives to Zend Studio.

There must other IDEs ...

         

moonraker

10:44 pm on Jan 21, 2009 (gmt 0)

10+ Year Member



i've tampered with Zend Studio 6.1 quite a bit and understood that it's heavy (260 Mbs of RAM at the very least), buggy and so flexible, that you actually have to spend quite a few days getting this flexibility to work...

All i needed was to have Zend Studio link itself to a folder located on Debian server within LAN. Samba is no good for it. FTP, SSH or DataStore. The latter is an unknown beast to me, the formers - lag very nicely.
Heck with it, once i linked it to the web project dir, it starts 'building the project' (parsing ALL files, including the ZF library that the project uses via a symbolic link). Even over 100Mbit LAN it would take a couple of hours.

Now, the main reason Zend Studio interests me is because of its code assisting feature. Something nice to have, especially, since i'm a novice to the Zend Framework.

So, i guess, 'code assist for ZF', 'interaction with remote servers', 'fast, light and furious' are my main requirements.

Anyone know something like it?

coopster

2:24 pm on Jan 29, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, moonraker.

I prefer the open source IDE Eclipse.

moonraker

10:50 pm on Feb 1, 2009 (gmt 0)

10+ Year Member



thanks for the greetings O-)

Zend Studio is built on Eclipse
i guess, it makes them quite similar:
- lots of buttons, tabs, features
- several ways to set the same option; super extensive flexibility;
...
In the end - a hell for novice users

But, with time, i guess you get used to it (i managed to tie it with ZF, Flex Builder, Cairngorm and even with an SVN O-).

Zend Studio 6.0.0 lagged heavily and had a lot of errors; 6.1.0 seems to be running much more smoothly (knocking on wood).

In the end, - yes, it looks like Eclipse is the best you can get for PHP-Flex development (and maybe other programming languages):
- cross-platform
- backed
- free
- extensible (with technology providers making their tools as an addition to it; e.g. Flex Builder)

Zend Studio, Eclipse PDT make it a bit more easy for inexperienced developers.

If you want to be a tough guy - use the notepad, vi, nano O-).