Question:
How can i write PHP code easily?Is there any software for it?like dreamweaver for HTML.?
?
2010-01-08 04:22:01 UTC
plzzz help me soon..its very urgent for doing my project.

Thanks in advance.
Seven answers:
Sven
2010-01-08 05:08:36 UTC
The most powerful IDE for PHP is eclipse. It has an cross-referencer, code completion, ... what ever you could dream of as an developer.

http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-php-galileo-SR1-win32.zip
DwPHP.com
2010-01-08 05:14:45 UTC
If you're asking about coding PHP, I'd say there's no absolutely easy way to do it. You will need knowledge in HTML and PHP to get started.



Dreamweaver is just software which helps you speed up your development. It also can generate PHP code for you, but at least you must be familiar with the interface and some concept of programming.



You can follow my blog at http://www.dwphp.com/ which I have been writing tutorials about PHP Development in Dreamweaver. There are a few tutorials there to help you get started. More to come soon.
Mayank
2010-01-08 05:24:19 UTC
Well, there are many Integrated Development Environments that support PHP. If you are making a backend extensive application using Netbeans and eclipse with PHP extensions. Using Dreamweaver is a good option when there is more frontend coding required because Dreamweaver's autocomplete is poorly designed.

But on the other hand there are other IDEs like Aptana Studio and Komodo IDE too. They have a very good library management that works with many PHP frameworks and even Javascript Librabries.



I suggest you try Aptana and Komodo.



Links:

Dreamweaver http://www.adobe.com/products/dreamweaver/

Netbeans www.netbeans.org/

Eclipse http://www.eclipse.org/

Apatana Studio http://www.aptana.org/

Komodo IDE http://www.activestate.com/komodo/
Kavrocks
2010-01-08 04:28:09 UTC
I use dreamweaver when writing php code.
.Paul
2010-01-08 04:26:15 UTC
There are loads out there.



PHPDesigner

CoderLobster

NuSphere

Notepad++

Scite

Crimson Editor

ConTEXT

Textpad



Dreamweaver also supports PHP syntax highlighting.



So on.
Paul
2010-01-08 23:24:28 UTC
I'll add another recommendation for Komodo IDE http://www.activestate.com/komodo/
2010-01-12 02:18:29 UTC
***procedural way of php coding***

I like edit plus.



*** working on MVC ***

I like zend editor


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...