netbeans ide

Debugging PHPUnit Tests in NetBeans with XDebug - Rafael Dohms

Planet PHP  Fri, 05/13/2011 - 07:45

Every now and then you run into this weird situation in your code, where something that was supposed to zig is now zagging and it makes no sense whatsoever.

For me this ends up happening in my unit tests since i’m not running everything in the browser everytime and since my tests usually run more scenarios then a regular browser run, that’s where the weird stuff happens.

So your obvious way out is to add a few var_dumps into the code and try to understand what is happening, if you are doing that: STOP!


 

Oracle Tuxedo: A New way to Run PHP Applications - Christopher J...

Planet PHP  Thu, 05/12/2011 - 17:08

The Oracle Tuxedo team have posted an Oracle Tuxedo 11.1.1.2 Web Application Server Demo for PHP. It is a VirtualBox VM so you can immediately test it out.

The free VM is available from OTN's Pre-Built Developer VMs page.


 

PHPFreak.dk: Review: NetBeans 6.9 Beta for PHP

PHPDeveloper.org  Wed, 05/19/2010 - 11:19

On the PHPFreak.dk blog there's a new review of one of the latest releases of the NetBeans IDE, a tool becoming more and more popular in PHP circles because of its support for the language and various frameworks written with it.


 

NetBeans PHP Development Blog and User Praise - Christopher Jone...

Planet PHP  Fri, 05/14/2010 - 00:30

Are you not using the Netbeans IDE for your PHP development? My new colleague Petr Pisl recently sent me email and mentiond there is a NetBeans PHP team blog and a page of great feedback on NetBeans PHP support....


 

NetBeans Blog: PHP Namespace Support Screencast

PHPDeveloper.org  Tue, 10/27/2009 - 07:12

The NetBeans team (Sun) has recently announced namspace support or PHP development in their IDE. They've also just posted a screencast showing how this new functionality works.


 

Benjamin Eberlei's Blog: PHP CodeSniffer for Netbeans v0.2

PHPDeveloper.org  Tue, 10/06/2009 - 11:58

Benjamin Eberlei has posted about some work he's done on a plugin for the NetBeans IDE to integrate support for the PHP_CodeSniffer PEAR package's abilities.


 

NetBeans Blog: Symfony Support Finished

PHPDeveloper.org  Mon, 10/05/2009 - 09:40

The NetBeans IDE (with extensions for PHP) has officially added support for the Symfony framework to the latest releases of their software:


 

DZone.com: Building a Flickr Slideshow with NetBeans IDE 6.5

PHPDeveloper.org  Thu, 10/01/2009 - 10:06

On DZone.com today there's a new screencast posted from the NetBeans IDE group showing how to create a simple Flickr slide show inside the application.