![]() |
PhP Programmers what development app do you use?
I's been trying to PHP Designer 2007, but i don't like the ftp integration. i don't want to have to upload a file to see every single change.
|
editplus, it's probably not the best but i'm just too used to it. after using it for 5-6 years its just too hard to get a feel for anything else.
|
i use notepad and then test it with IE
|
PHP is server based scripting language. All script tasks are performed on the server and you only see the output of it. One script often calls (echoes) another so you pretty much have to upload it on the server to see the changes you have done. I'm not sure how other programmers do it or whether there is a way to see your scripts perform without uploading them on a server, but this is the way I've been doing it all the time.
|
i use notepad, sometimes dreamweaver.
depends on whether im in the mood for highlighted code or not. took a long time to get used to anything but notepad tho. don't think i will ever stop. sometimes i think code is easier to look at in black and white. |
i use ultraedit combined with dreamweaver.. :)
|
I use dreamweaver pretty much strictly... with notepad as a quick backup for direct server file changes.
|
homesite
|
Real programmers use VI
|
Quote:
i understand this, but i just want to push a button that uploads the file i'm working on to a pre-configured ftp site. i don't want to go to an ftp client every time i make a quick adjustment to a table. i know that php designer is supposed to provide this, but it sucks. dreamweaver seems to completely assrape your development environment. |
real programmers go old school... 1's and 0's punch cards
|
I use editplus, and VMware for my dev environment.
I have 1 image with is a LAMP Ubuntu server with SAMBA so I don't need to mess with FTP and can just edit the files directly in editplus. I have a second image with Windows xp with IE6 (I have IE7 on my parent OS) and Firefox for testing cross-browser compatibility. But then again I don't write much code anymore. I spend most of my time throwing money around. |
Quote:
|
i use dreamweaver strictly
|
Quote:
|
Quote:
|
Quote:
|
PHPed 4 here
|
Quote:
Pico is ok for me, I know I suck. |
I use EmEditor... it's advanced notepad that supports a lot of programin languages... I test my scripts directly on server... or I run local webserver and test it on my computer...
|
use maguma studio, instant checking of scripts
|
I use PSPad, it is free and great and can handle other language highlighting as well, such as html. It highlights much like FireFox's View Page Source feature.
|
yeah... like all you people are really programmers... lol... anyway... I use notepad++ because I like the ruby blue syntax highlighting, matching brace detection, multiple file editor and user defined hotkeys...
|
dreamweaver and code-genie , code-genie for quick fix on codes or viewing codes its a replacement for notepad, i dont like notepad for its one "undo" thing , but i like dreamweaver when starting on scratch i like the code coloring
|
Install apache on your local machine and test without uploading.
For programming I use notepad+ |
- Local apache host and conf that mirrors as close as possible my production environment.
- Eclipse IDE to edit the files. - Subversion to push my changes to a repository and migrate to production. = All 100% free. |
Zend Studio are the best I've seen so far.
I've used to use Ultraedit before I discovered Zend Studio. I still use Ultraedit for quick edits. http://www.zend.com/products/zend_studio and http://www.ultraedit.com/ To the notepad users: A real editor makes you more productive. |
forget them all.
use the tool from the php company: Zend Development Enviroment. ITS GREAT! |
I just found a new PHP and everything else editor
It's Komodo it's damn near perfect... it has most of what I love about Visual Studio Code completion + parameter info, and not poorly implementet like php designer 2007. Even auto completion on your own functions. Debugging with attribute watchout. It has a big support for almost any language. It goes great with Wamp server. The latest project I had was made on my wortstation until very close to release. fucking brilliant tool. |
Currently I use a combo of Dreamweaver, vim, and textmate. Like what other people already said about the code completion for html elements in dreamweaver. For edits and such it's vim.
Going to look into some of these other ones mentioned. Good thread. :thumbsup |
Quote:
|
In Zend Studio you can add an FTP server, and from that point on it treats it just like a folder on your hard drive. So you browse, open the file you want to edit (it downloads it for you), make some changes, hit save and it automatically uploads it. You don't even have to tell it to upload.. it handles all that for you.
|
UltraEdit + WinSCP
|
Quote:
|
been using Zend Studio now for ages, awesome for code completion, error checking etc.. but never really liked the built in FTP, always had issues with it working correctly.
|
I use PHP Designer 2007 because for some reason, it seems to be the best at code completion and recognizing variables/functions from included files... as well as injecting my own comments into them.
To get around the uploading though, I've installed XAMPP onto my machine. It comes with Apache, PHP4 & PHP5 and MySQL (as well as some other stuff) so everything gets tested and retested locally in real time before uploading to the server. |
Remind me never to hire this guy.
|
I use notepad usually out of old habit (BAD because it wastes time), but ive been trying to get used to using zend studio. It save a lot of time with formatting and autosuggesting of functions and variables
|
NuSphere PHPed 5 (for debugging and profiling) + PHP Expert Editor 3.0 (old version because it is amazingly fast).
|
All times are GMT -7. The time now is 06:40 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123