Part of the EllisLab Network
   
1 of 3
1
PHP IDE for Windows
Posted: 06 June 2008 03:11 AM   [ Ignore ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  534
Joined  05-28-2008

Hey guys,

I was wondering: what program do you use to write your php code? Because I’m having trouble finding a program to my liking.

At the moment I mostly use Dreamweaver for xHTML and CSS because of the easy auto complete functions (Yes, I’m that lazy). All my projects in development are also online, seeing as I work from several spaces and don’t have a laptop. That’s were dreamweaver also comes in handy: I can easily create a new file online or edit online files easily without having to worry I’ll overwrite any page with an older cached one.

But Dreamweaver doesn’t have the functionality I need when writing PHP (like matching bracket highlighting etc). Also, using Dreamweaver seems a little overkill to me, seeing as I only use the code view and don’t need all of the fancy insert commands.

So that’s why I’m using Notepad++ at the moment for php editting. It’s lightweight and has great syntax highlighting (once editted a little by myself). But the ftp support is horrible. Eg: you can’t create a new file online or save a file to the server, you first have to save it on your hard disk and then upload it to your webdirectory.

I’ve tried Php designer 2008, but the autocompletion code and error handling are so annoying I immediatly uninstalled it.

So now I was wondering: which program do you guys use?

Profile
 
 
Posted: 06 June 2008 03:34 AM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  442
Joined  12-13-2007

Plenty of editor threads on here - just do a search.

But one thing I did notice was that you want auto upload on changes of files. You can do this with Notepad++ - just download SmartFTP and set Notepad++ as your editor and then log into your site via ftp and right click and edit a file. Once you press save the changes are uploaded smile

 Signature 

PX Webdesign | The Lab | Personal Blog

Profile
 
 
Posted: 06 June 2008 03:41 AM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  534
Joined  05-28-2008
Lone - 06 June 2008 03:34 AM

You can do this with Notepad++ - just download SmartFTP and set Notepad++ as your editor and then log into your site via ftp and right click and edit a file. Once you press save the changes are uploaded smile

I didn’t know that! But then I’d have to use two applications and switch back and forth between them. I’m looking for an editor that does both.

Didn’t use the search, sorry bout that, I saw the OS X topic and made one for windows without searching, will do that now. Thanks!

edit: trying out e. looks pretty solid to me, gonna test it out a little.

Profile
 
 
Posted: 06 June 2008 05:24 AM   [ Ignore ]   [ # 3 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  640
Joined  01-13-2008

I use Dreamweaver cs3 for designing, and phpDesigner 2008 for coding.

 Signature 

Yonti - Hosting Now Available
Babblemap - Moved, Please Update links.

Profile
 
 
Posted: 06 June 2008 05:36 AM   [ Ignore ]   [ # 4 ]  
Lab Technician
RankRankRankRank
Total Posts:  1916
Joined  06-10-2007

phpDesigner2008 is absolute rubbish, try PHPedit by Waterproof, allows debug using DBG and Xdebug and has debug setup wizard. It automatically understands the CI core.

 Signature 

URI Language Identifier | Modular Extensions - HMVC | Validation Callbacks into Models | View Object PHP5 | Read the User Guide

Profile
 
 
Posted: 06 June 2008 05:41 AM   [ Ignore ]   [ # 5 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  640
Joined  01-13-2008
wiredesignz - 06 June 2008 05:36 AM

phpDesigner2008 is absolute rubbish, try PHPedit by Waterproof, allows debug using DBG and Xdebug and has debug setup wizard. It automatically understands the CI core.

Haven’t had any problems so far. It integrates CI very well, picking up all functions and vars that are available in the controller, model or view.

 Signature 

Yonti - Hosting Now Available
Babblemap - Moved, Please Update links.

Profile
 
 
Posted: 06 June 2008 05:49 AM   [ Ignore ]   [ # 6 ]  
Lab Technician
RankRankRankRank
Total Posts:  1916
Joined  06-10-2007

@WackyWebs, tell me, in phpDesigner2008, which menu has the the application preferences/setup menu? I couldn’t find it.

 Signature 

URI Language Identifier | Modular Extensions - HMVC | Validation Callbacks into Models | View Object PHP5 | Read the User Guide

Profile
 
 
Posted: 06 June 2008 08:16 AM   [ Ignore ]   [ # 7 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  640
Joined  01-13-2008

It is under the Tools -> Preferences (right at the bottom of the list.)

 Signature 

Yonti - Hosting Now Available
Babblemap - Moved, Please Update links.

Profile
 
 
Posted: 06 June 2008 08:30 AM   [ Ignore ]   [ # 8 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  534
Joined  05-28-2008

Okay, I’ve been using e texteditor the whole afternoon now and I must say. I’m digging it. It has the ftp support I need, proper highlighting, bundles (which are super easy) adjustable code hightlighting. Everything I need.

The only annoyance I have found so far is that it automatically closes { and (. Handy when you know where you’re going to, but just frustrating when you need to wrap a statement in an if {} block and you have to pay attention you delete the automatically added closing }

And that’s just a silly setting I just discovered. Perfect!

Profile
 
 
Posted: 06 June 2008 09:01 AM   [ Ignore ]   [ # 9 ]  
Lab Assistant
RankRank
Total Posts:  196
Joined  11-08-2007

I bought e-texteditor a couple of days ago. I would of prefered to purchase Intype, but the development was so slow I found an alternative.

E-Texteditor has support for Text Mate bundles, code completion, commands, ftp support and many other little snippets to speed up your workflow. I can’t be considered an IDE though, it’s zooped up text editor smile

 Signature 

Redux Authentication is a great CodeIgniter Authentication library. It’s light, easy to use and has great features. It’s a great choice for your new or existing project due to the power it gives you.
LevelDesign - Teaching You Something Worthwhile / Mathew Davies - Web Designer / Developer

Profile
 
 
Posted: 06 June 2008 09:09 AM   [ Ignore ]   [ # 10 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  442
Joined  12-13-2007

But then I’d have to use two applications and switch back and forth between them

Not really, you just browse to file in Smartftp and then right click edit and opens up notepad++ straight away - give it s go cause their both free wink

 Signature 

PX Webdesign | The Lab | Personal Blog

Profile
 
 
Posted: 06 June 2008 09:15 AM   [ Ignore ]   [ # 11 ]  
Grad Student
Avatar
Rank
Total Posts:  72
Joined  05-29-2008

DreamWeaver CS3 / NotePad++ / E-Text Editor >> http://www.e-texteditor.com/

 Signature 

If you want something, don’t wish for it. Life is too short to wait. -Stephen Hines

Profile
 
 
Posted: 06 June 2008 09:16 AM   [ Ignore ]   [ # 12 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  534
Joined  05-28-2008
Lone - 06 June 2008 09:09 AM

But then I’d have to use two applications and switch back and forth between them

Not really, you just browse to file in Smartftp and then right click edit and opens up notepad++ straight away - give it s go cause their both free wink

True, but I’ve used smartftp in the past and it suddenly stopped working, twice. I had to restart it a bunch of times, click on the button to use the free non commercial version and it would just shut down.

And Popcorn is offcourse right, e isn’t really an IDE, but it gets the job done just perfectly well, and that’s all that matters for me atm…

Profile
 
 
Posted: 06 June 2008 09:40 AM   [ Ignore ]   [ # 13 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  135
Joined  05-24-2008

a bit of an offtop: why are you even considering smartftp? filezilla > all hands down, been using it for years.

 Signature 

Never to worry, all the wrong doers got it coming back to em
A thousand times over
Every dog has its day and everything flips around
Even the most greatest nation in the world has it coming back to em
Everyone reaps what they sew that’s how it goes
Innocent lives will be taken, it may get worse but we’ll get through it
You all be strong

Profile
 
 
Posted: 06 June 2008 10:26 AM   [ Ignore ]   [ # 14 ]  
Summer Student
Total Posts:  20
Joined  06-06-2008

The best PHP IDE I’ve ever seen is PHP Eclipse. It supports a lot of languages and is also open-source; written in Java.

It has some great features for PHP5 > support, such as code-completion and more. Love it raspberry

 Signature 

<?php
while($coding == 'fun') {
    $i
= 'smile';
}

Profile
 
 
Posted: 06 June 2008 02:39 PM   [ Ignore ]   [ # 15 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  391
Joined  02-25-2007

I wonder why I never see anybody mentioning Zend Studio around here.  I’ve used it for years and absolutely love it.  Is it because it’s “costly”?

 Signature 

InkType.org - CodeIgniter Based Blogging Software | CodeIgniter 101: Models | AutoModel

Profile
 
 
   
1 of 3
1
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 719, on June 06, 2008 10:16 AM
Total Registered Members: 64435 Total Logged-in Users: 31
Total Topics: 80902 Total Anonymous Users: 2
Total Replies: 435434 Total Guests: 253
Total Posts: 516336    
Members ( View Memberlist )
Newest Members:  sukebegaptekjstewMizoBobbyBDan HessMateus SouzagiusiMolideverbeeldingnana2007