There are lots of IDEs for PHP development, but I'm curious about all the OTHER brilliant little tools and apps and websites that people use every day to make PHP development a little easier.
|
10
|
|||||||
|
|
|
I have a whole list of tools that I can't live without:
That's pretty much all I can think of off the top of my head, but it is pretty much everything I use every day. |
||||||||
|
|
|
Off the top of my head - things I couldn't live without:
Other things that ought to be on this list, but aren't, because I personally haven't found the right tool yet:
|
||||||
|
|
|
I couldn't live without:
|
||
|
|
|
|
PHP projects can be stored in Team Foundation Server. This provides end-to-end project management, process management, application lifecycle, source control, build automation, and reporting. I know this answer is not likely to get many 'ups' but if you know what you are doing, TFS can make an amazing difference to projects in any language. Just recently I did a migration of mainframe Cobol into TFS, works a treat. |
||
|
|
|
|
I use Aptana for an IDE. It has integrated FTP and excellent code hints and completion for HTML, JavaScript, and PHP (with the plugin). http://aptana.com/studio/download <- free community version (what I use) |
|||
|
|
|
|
I could not live without; 1.codeigniter framework. 2.Filezilla ftp. 3.and good IDE, |
|||
|
|
|
|
1) Editor: TextMate, I really love this editor. 2) Debug: A combination of writing robust error reporting in software, Firebug & Web Developer (firefox plug-ins) and apache weblog parsing 3) Tools: jQuery is my favorite toy right now, I am doing a lot of neat stuff with it and really bringing some database driven administrative applications "to life." 4) Framework: I have yet to implement a framework for PHP development. Aside from a number of snippets and things that I have put together I pretty much write everything by hand. I would really like to adopt a framework but just haven't had the time to sit down and learn one.. I am pretty much set on going with Cake or CI -- what do you guys think? 5) Cross-browser testing: Honestly, I just use live machines.. I have heard very mixed things about browsershots.org and haven't looked into the other options. We just test all our stuff on multiple platforms/browsers to ensure compatibility across the board.
|
||||||||||
|
|
|
I'm surprised no one has mentioned XDebug so far. Turn on XDebug in your development and enjoy profiling, stack traces and if your IDE supports it, breakpoints. A most worthy tool. |
||||||
|
|
|
PhpEd for PHP debugging, stepping through the code, running ad hoc commands etc. It is v.v.v. nice. |
|||
|
|
|
|
phpMyAdmin (assuming you're using MySQL, of course). |
|||
|
|
|
|
Zend Step Debugger / Zend Studio php.net's documentation Any IDE with syntax highlighting. I guess you can add stackoverflow to that list now though :) |
|||
|
|
