 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Midstride Solutions Blog: 5 tips and tools to develop php applications fast
by Chris Cornutt October 02, 2008 @ 11:16:27
The Midstride Solutions blog has posted five tips and tools that can help to make you a better developer (and possibly make you a faster one).
In this post, I will discuss 5 tips and tools that the php community has provided to speed up development time and improve code quality. These should help you out if you don't already know them, but if you do I would like to hear what you use to speed up your development time.
Their five tips/tools are:
- Framework with the Model View Controller (MVC)
- AJAX Frameworks
- Integrated Development Environment (IDE)
- Database Creation/Management Software
- Object Relational Mapping (ORM)
Included for each is his personal preference and recommendation.
voice your opinion now!
application tool tip development mvc ide ajax database orm
Justin Carmony's Blog: Zend Studio vs PHP Development Tools
by Chris Cornutt September 25, 2008 @ 14:34:03
Justin Carmony has submitted a post from his blog today that looks at to of the major PHP IDEs - Zend Studio 6 and Eclipse PDT - and compares them on features and functionality.
I've been using Zend Studio (ZS) for the last two years. It is developed by Zend, the company behind PHP. The very first time I used it and it was able to auto-complete my custom PHP classes I was sold. With version 6 of Zend Studio, they integrated Zend Studio with Eclipse, a popular IDE framework. I've been mostly happy with the new version, where as in some areas I felt that things were took a step back.
He compares their ease of installation, how easy they make it to refactor your code, debuggers included, the editor environment itself and, of course, the integration with Zend Platform/Zend Framework.
voice your opinion now!
zendstudio eclipse pdt tool ide compare feature
Builder.com.au: Getting started with Delphi for PHP
by Chris Cornutt September 24, 2008 @ 07:57:10
In a new article from the Builder.com.au website, they give a walk through of how to use the new Delphi version (from CodeGear) in your PHP development.
I recently got the chance to actually try out the product. Here's a brief tour of Delphi for PHP, which I hope will help you bootstrap yourself into the environment. Because many regular readers are already familiar with Visual Studio, and because I am extremely familiar with it, I will be making many comparisons between Delphi for PHP and Visual Studio. Also, I won't spend time discussing the PHP language itself, but I will show how the work in the IDE affects the PHP code underneath.
He includes descriptions of some of the features included in the tool and sprinkles in a few screenshots to help give a better idea of how its all laid out. HE likes it overall but thinks that there might be some PHP developers out there that feel a bit constrained by it since it lacks some features that most editors come bundled with natively.
voice your opinion now!
delphi codegear review ide editor screenshot
Community News: UNA Editor Screencast - PHP integration
by Chris Cornutt June 27, 2008 @ 12:07:45
John De Goes (of N-Brain) let us know about a screencast he's posted on Vimeo of how he's set up the UNA Editor (Personal Edition - now free!) to work with PHP.
UNA Personal Edition includes full support for standard features of source code editors, such as syntax highlighting, auto-complete, regular expression search and replace, and external tool integration. [...] UNA Personal Edition allows developers to edit, compile, test, and execute files in any and all languages, and is a nice complement to heavyweight IDEs such as Eclipse and IntelliJ Idea.
The screencast lasts about five minutes and shows the creation of a new PHP project, how to set up a "launcher" to access the PHP online documentation right in the browser, use the built-in syntax checker PHP has (lint) and execute the current file.
voice your opinion now!
una ide editor integration screencast vimeo
PHPImpact Blog: PHP NetBeans IDE 6.1 is in the house!
by Chris Cornutt May 21, 2008 @ 11:17:38
The PHP::Impact blog has a new post about the release of the latest version of the NetBeans IDE, 6.1.
Feature-for-feature, Eclipse and NetBeans are well matched. In fact, because they are both extensible, any feature gaps between the two can be filled in with third-party plug-ins. Eclipse and Netbeans are rapidly approaching the capabilities of commercial offerings. Most developers won't need more than what these two excellent development platforms provide.
A (very) brief list of the features of the two is also included, their similarities including SVN support and syntax checking.
voice your opinion now!
netbeans release version ide eclipse compare
Guy Harpaz's Blog: PHP IDE Debug Protocol
by Chris Cornutt May 19, 2008 @ 07:57:45
In a new post on his blog, Guy Harpaz answers a few questions people have been having about the debugger protocol that the PHP IDE project uses.
Debugging a PHP application or a PHP web server requires connectivity between an IDE and a Debugger engine (a PHP module which is installed on the web server). The debug protocol defines this connection. [...] When the Eclipse Foundation approved the PHP IDE project, Zend Studio's debug protocol was opened source and was chosen to be the debug protocol of the PHP IDE project.
He goes through why they made the choice, touches a bit on the security aspect of the two debugging protocols he mentioned (DBGp and Zend Studio's) as well as their common methods for output.
voice your opinion now!
ide protocol debugger zendstudio dbgp opensource debug
|
Community Events
Don't see your event here? Let us know!
|