vote up 0 vote down star

What is the best , PHP IDE , for pentium 3 , CPU 667 MHz , DDR 256 mb ,the operating system is Windows 2000 Professional , that can run very fast , and have a php debuger , and easy to work :). Thx !

flag
Which operating system? – Steen Oct 12 at 10:25
4  
What are you doing developing on a Pentium III, let alone one with a 667MHz processor and 256MB of RAM? I don't remember the last time I encountered a computer which has a processor speed measured in MHz and memory measured in MB. – Dominic Rodger Oct 12 at 10:25

6 Answers

vote up 6 vote down check

my tip is notepad++ with dbgp plugin

http://www.ourwikicommunity.com/wiki/How_to_Setup_BDGp_debugger_in_Notepad%2B%2B_to_Debug_PHP

link|flag
Notepad++ undoubtedly the best editor. give it a try.. – Gaurav Sharma Oct 12 at 12:18
Thx , i instaled already notepad ++ , it's a great thing with plugins a it's really very fast , on my powerful machine :D , i do,t have so much money , found this computer for 50$ , and it's good for only programming :) , in the future maybe , i will have money for something better , thx for so fast response !!! , and sorry for my English – mIRU Oct 13 at 17:46
vote up 0 vote down

I encourage you to use Zend studio, Eclipse or Netbeans. They may be very bloated and look very slow. They still are faster because of the shortcuts build in.

Eclipse

  • Ctrl + Shift + R : Open file
  • Ctrl + O : search method in class defenition
  • Ctrl + . : Jump to next error
  • Ctrl + , : Jump to prev error
  • Ctrl + h : Search workspace
  • Ctrl + k : Jump to next occurence
  • Ctrl + shift + f : Format code
  • Ctrl + l : Jump to line

Netbeans

  • Alt + shift + o : Open file
  • Alt + shift + f : format code
  • Ctrl + shift + f : search workspace
  • Ctrl + r : refactor variable
link|flag
neither of those will work acceptably with 256 mb. – ax Oct 12 at 13:52
When you mention Eclipse: Aptana is great "distribution" for Eclipse. But I still prefer NetBeans, much more polished. But as ax suggested neither of those will run on the machine written above. – Josef Sábl Oct 12 at 15:22
vote up 2 vote down

PSPad does not have a debugger but otherwise is quite speedy.

link|flag
vote up 0 vote down

My choice is PHPed.

link|flag
vote up 3 vote down

An IDE with debugger that uses less than 256MB of your memory? D'oh. How much free memory do you have? I guess you're running windows and then maybe some services, apache, have one or two browser tabs open...

I don't think and IDE is the right choice for you, if you can't get a better machine.

I'd go with a lightweight but good editor like notepad++ and do the debugging with FirePHP. Allthough already Firefox, Firebug and FirePHP could get you to the limit.

link|flag
vote up 2 vote down

vim and xdebug, with this vim plugin for integrating the two.

Here is an introduction to using vim with xdebug.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.