Forum Moderators: coopster
The code you write with it doesn't have to be used with any Zend-specific products (except PHP of course, which uses the Zend scripting engine). Zend Studio will probably be most useful, I'd guess, with an install of Apache and Mysql on your windows machine - I doubt it will have this included. You should do this anyways, though - there are significant differences between Apache and the Windows server, just go to apachefriends.org and d/l yourself a free working environment for your home box. Piece of cake, and it's the best toy you'll have gotten yourself in a long time.
The differences between Apache on Linux and Windows aren't so big for the basic stuff. Lots of people here work on Windows for their PHP. You can clear up the Windows-specific stuff when you deploy on Linux, if necessary, to get your scripts working on both platforms. You know, things like line breaks.
If you don't have time to think about where you'll be plonking down your cash for a full-fledged ide, you can go for a free editor in the meantime that will do most of the important stuff you need but isn't as full-featured as the Zend product.
At the moment, on the rare occasions when I'm in windows, I use jedit - this does just what I need and isn't difficult to use - syntax highlighting, bracket/paren/brace matching. On Linux I use mostly Kate. I've tried Quanta Plus and liked it a whole lot - used it almost exclusively for a while - but ended up preferring an editor that was a bit simpler.
Here [webmasterworld.com] is a thread that mentions some editors you can use with PHP.
You should do this anyways, though - there are significant differences between Apache and the Windows server, just go to apachefriends.org and d/l yourself a free working environment for your home box. Piece of cake, and it's the best toy you'll have gotten yourself in a long time.
BTW, you can trial Zend Studio if you want, and after 21 or so days it reverts to a 'personal' edition.
For a good all-round editor, try Minimum Profit [triptico.com]
Syntax highlighting for a lot of languages and tabs allowing you to have more than one document open at the same time. It's GPL + free (as in beer) and runs on windows as well as linux.
You can also try NoteTab [notetab.com] which is very powerful and have tabs as well, but you'll have to use the paid version to get syntax highlighting. With this one you can eg. develop your own libraries of often used functions.
It just received the gold medal from the php architect [phparch.com] magazine.