SitePoint Sponsor |
|
User Tag List
Results 1 to 17 of 17
Thread: what PHP editor do u use ??
-
Dec 28, 2008, 12:57 #1
- Join Date
- Aug 2007
- Location
- Egypt-Luxor city
- Posts
- 192
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
what PHP editor do u use ??
I'm newbie and I never dealing with PHP before
i use dreamweaver is it work fine as PHP editor?? or there another PHP editors work better than dreamweaver ??
any recommendation PLZ......
-
Dec 28, 2008, 13:00 #2
-
Dec 28, 2008, 13:00 #3
- Join Date
- Jan 2006
- Location
- Boise, ID
- Posts
- 556
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I use vim for all of my PHP development.
I wouldn't suggest learning vim AND another language at the same time, however.Brad Hanson, Web Applications & Scalability Specialist
► Is your website outgrowing its current hosting solution?
► PM me for a FREE scalability consult!
► USA Based: Available by Phone, Skype, AIM, and E-mail.
-
Dec 28, 2008, 13:05 #4
- Join Date
- Aug 2007
- Location
- Egypt-Luxor city
- Posts
- 192
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
textpadI use vim for all of my PHP development.
I wouldn't suggest learning vim AND another language at the same time, however.
what about dreamweaver is it consider PHP editor??
-
Dec 28, 2008, 21:41 #5
- Join Date
- Jun 2008
- Posts
- 62
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Dreamweaver is fine to use to edit PHP, I wouldn't trust it to correctly markup my html however.
I use Aptana Studio for all my coding, which is free. For something more lightweight you can try pspad. google them for links.
-
Dec 28, 2008, 23:03 #6
- Join Date
- Apr 2008
- Posts
- 48
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You can use Zend Studio For Eclipse or PHP Designer 2008
-
Dec 28, 2008, 23:40 #7
- Join Date
- Mar 2008
- Posts
- 1,149
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I use Zend Studio for Eclipse and SciTE. It depends what I am working on.
Using a dedicated PHP editor gives you niceties such as code completion, inline suggestions, etc.
-
Dec 29, 2008, 10:34 #8
- Join Date
- Feb 2008
- Location
- end($world)
- Posts
- 834
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I am using free version of Komodo Edit. They have also commercial version if you want some kick-*** features but free version already has lots of good stuff - syntax highlighting (not only PHP, dozens of laguages - both markup ones such as XML, HTML and programming such as PHP, JSP, C, C++, Java etc), autocompletion of code, very userfriendly work with filesystem right inside the editor etc.
-
Dec 29, 2008, 13:06 #9
- Join Date
- Sep 2005
- Posts
- 335
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I've been using a demo copy of Rapid PHP for a while and it has some pretty nice features. I'm trying to decide if there is more benefit than using Dreamweaver, though. Dreamweaver does just fine as an editor and has some other nice features. Many posts claim that the html output of dreamweaver is not that great. This can be true but you can learn to use Dreamweaver and not have those problems.
PHP Shopping Cart Software Easy Ecommerce Shopping Cart Script.
PHP Super Cart is 100% template driven.
-
Dec 29, 2008, 13:55 #10
- Join Date
- Jan 2006
- Location
- Boise, ID
- Posts
- 556
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Brad Hanson, Web Applications & Scalability Specialist
► Is your website outgrowing its current hosting solution?
► PM me for a FREE scalability consult!
► USA Based: Available by Phone, Skype, AIM, and E-mail.
-
Dec 29, 2008, 14:30 #11
- Join Date
- Feb 2008
- Location
- end($world)
- Posts
- 834
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
The problem isn't only with Dreamweaver, it's with all WYSIWYG... none of them can produce semantic markup + plus they often use tons of redundant markup (just try do write XHTML for some simple page by hand and then do it in DW... the file DW will output will be at least 2 times as big as yours).... it's just a nightmare to maintain such markup (both X/HTML and CSS are horrid).
Personally I write XHTML/CSS by hand... much much cleaner code.
-
Dec 29, 2008, 14:59 #12
- Join Date
- Feb 2005
- Location
- was rainy Oregon now sunny Florida
- Posts
- 1,104
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
I use only dreamweaver and it is always in code view, I could not live without the snippets window.
Besides, in a php heavy page there is no design view anyway so the html is how you mark it up yourself.
I have yet to find a free editor that has the snippets panel.
BTW, I inherited my DW from a person that was going to make his own site and decided to hire me and gave me his DW, I have never looked back.What I lack in acuracy I make up for in misteaks
-
Dec 29, 2008, 15:03 #13
- Join Date
- Apr 2008
- Location
- North Carolina
- Posts
- 438
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
NuSphere PHPEd.
It isn't free, but its i.m.o. the best PHP IDE out there.[read: PHP Sec. | CSRF | PCRE Mods | Encryption | Form Proc. | File Val.]
[tools: PHPEd | PHP Docs | jQuery | CI | SwiftMailer | CKEditor | reCAPTCHA]
-
Dec 29, 2008, 18:47 #14
- Join Date
- Nov 2005
- Posts
- 181
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Notepad++
But I'd recommend a proper PHP IDE with good syntax highlighting and codecompletion/suggestions.
Something that understands OOP and has an integrated PHP.net reference tool
...
A visual database modeler also comes handy once you learn SQL. I'd recommend dbdesigner-fork.
(the MySQL workbench is incomplete at the moment so I suggest not using that until it supports database connectivity </rant>)
-
Dec 29, 2008, 20:06 #15
- Join Date
- May 2006
- Location
- Lancaster University, UK
- Posts
- 7,062
- Mentioned
- 2 Post(s)
- Tagged
- 0 Thread(s)
I recommend NetBeans 6.5, PHP Edition.
It's just like PHPDesigner but completely free, and it very handy.
Second to NetBeans is Notepad++.
Maybe we should make an IDE sticky... these threads pop up so often.Jake Arkinstall
"Sometimes you don't need to reinvent the wheel;
Sometimes its enough to make that wheel more rounded"-Molona
-
Dec 30, 2008, 05:08 #16
- Join Date
- Mar 2008
- Posts
- 113
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I use Eclipse with PDT (PHP Development Tools).
-
Dec 30, 2008, 05:10 #17
- Join Date
- Sep 2008
- Location
- Dubai
- Posts
- 971
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Dreamweaver is general web design tool
Its a bit good of js, good of work flow, good html support, a bit good programming language support.
If you like the touch-feel of typing your php code swiftly, you may want to try a single text editor. I recommend e-text a very simple text-editor with autocomplete
Bookmarks