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 !
|
|
|||||||
|
|
|
my tip is notepad++ with dbgp plugin http://www.ourwikicommunity.com/wiki/How_to_Setup_BDGp_debugger_in_Notepad%2B%2B_to_Debug_PHP |
||||
|
|
|
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
Netbeans
|
||||
|
|
|
PSPad does not have a debugger but otherwise is quite speedy. |
||
|
|
|
|
My choice is PHPed. |
||
|
|
|
|
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. |
||
|
|
|
|
vim and xdebug, with this vim plugin for integrating the two. Here is an introduction to using vim with xdebug. |
||
|
|
