 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Florian Anderiasch's Blog: phpeclipse/eclipse+zend/php directory class
by Chris Cornutt April 06, 2006 @ 14:03:28
The Zend IDE project has met with some different kinds of receptions, but overall, the preview release seems to show promise. The PHPEclipse project has been around a bit longer, but hasn't really caught on. To compare the two, Florian Anderiasch thought he'd take his own look and see how they compared with each other and how they matched up with his expectations.
I've felt the need to both test both the Zend IDE and phpeclipse and so I made a little thing for practice and to fiddle around a bit.
Just a very quick and rudimentary roundup, but imho especially an IDE shouldn't get in the programmer's way and do just what it should be - aid development.
He mentions being surprised and impressed by PHPEclipse, while left a bit cold by Zend's offering ("I wasn't able to work with a file of just 500 lines because it felt more frozen than sloppy"). His personal choice for larger projects? PHPEclipse.
voice your opinion now!
phpeclipse eclipse zend IDE roundup phpeclipse eclipse zend IDE roundup
DevArticles: Deploying your Site with phpEclipse
by Chris Cornutt March 10, 2006 @ 07:13:10
With an excerpt from the Packt Publishing book "PHPEclipse: A User Guide" (Shu-Wai Chow), DevArticles has posted this first of a two part series looking at the use of phpEclipse to help with the deployment of your site.
Eclipse simplifies the process of deploying your site to a web server. You can even use Ant, traditionally thought of as a Java tool, to help you in the deployment.
Once again, Eclipse simplifies our work by including several tools that aid us in this process.
The key to deployment in Eclipse is the export function. Eclipse gives us many options in exporting our site. First, we will look at FTP, an old and common method of moving files.
They cover how to set up an FTP site inside the editor, making it a simple process to upload any chnages you've made instantly. They also discuss other methods like SFTP, WebDAV, and Ant support the client can adapt itself to. There are screenshots along the way to help you through each step, including some from other operating systems where the setup might be a bit different.
voice your opinion now!
phpeclipse deploy site ftp sftp webdav ant phpeclipse deploy site ftp sftp webdav ant
Sebastian Bergmann's Blog: PHPUnit Support in PHP IDEs
by Chris Cornutt February 20, 2006 @ 07:29:51
Sebastian Bergmann has a new post on his blog today that mentions the ever-growing demand he's seeing for the intergration of PHPUnit into the numerous PHP IDEs out there (such as PHPEclipse).
I offered the PHPEclipse development team help in developing proper support for PHPUnit in the past, to no avail so far. I also talked to the developers of Zend Studio about PHPUnit support for their IDE. Hopefully the next version will support it, we'll see.
Over the last couple of years I did several presentations at conferences as well as workshops, consultings and trainings on PHPUnit where I was asked by developers who are using PHPUnit (to test business critical banking applications, for instance) why I do not support any IDE. My answer to this has been, and still is, that while I develop PHPUnit I don't have the time, and in the case of Zend Studio, for instance, not even the means, to integrate it into IDEs. For this I depend on the support of the IDE vendors.
He also mentions that if there are any of the IDE developers out there that would like to help him on the matter, to let him know...
voice your opinion now!
phpunit integration IDEs phpeclipse phpunit integration IDEs phpeclipse
David Ramalho's Blog: Where's the sun, or, How I Write PHP!
by Chris Cornutt January 27, 2006 @ 07:36:53
From David Ramalho's blog today, he takes a look at not how to write PHP, but how he writes PHP - focusing mainly on the tools he uses, especially Eclipse.
Friends, I'm sure the post would be a heck of a lot funnier if instead of "How" I would write "Why", but I'm sticking to "How" for...now.
He says some about what Eclipse is and how it can be extended, specifically mentioning the PHPeclipse Project.
The PHPeclipse project aims to create a full featured PHP IDE with features like internal PHP parser, debugger, code formatter, outline view, templates and much more.
There are also a foew other tools he mentions: a Subversion plugin, XMLBuddy, and the JSEclipse plugin...
voice your opinion now!
tools how write eclipse phpeclipse subversion xmlbuddy tools how write eclipse phpeclipse subversion xmlbuddy
IBM developerWorks: Debugging techniques for PHP programmers
by Chris Cornutt December 01, 2005 @ 07:36:42
In this new article from the IBM developerWorks site today, there's a look at doing some debugging with the help of a debugger extension for Eclipse - PHPExclipse.
This article details various methods for debugging PHP applications, including turning on error reporting in Apache and PHP, and by placing strategic print statements to locate the source of more difficult bugs through a simple example PHP script. The PHPEclipse plug-in for Eclipse, a slick development environment with real-time syntax parsing abilities, will also be covered, as well as the DBG debugger extension for PHPEclipse.
step you through the installation, how to turn on the error reporting correctly, and how to use the real-time features in Eclipse to make your life easier. Throw in the internal debugger, and you just about have a match made in heaven...
voice your opinion now!
debugging phpeclipse eclipse debugging phpeclipse eclipse
|
Community Events
Don't see your event here? Let us know!
|