Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 05-12-2012, 09:39 AM Free PHP Editors?
MoolaMails's Avatar
Average Talker

Posts: 15
Trades: 0
Is there any good PHP editors that are any good? Or do you need to buy one in order to get a good one? I need to do some PHP coding on my website and would like to know if there are any free PHP editors that are worth a look at.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
MoolaMails is offline
Reply With Quote
View Public Profile Visit MoolaMails's homepage!
 
 
Register now for full access!
Old 05-12-2012, 10:20 AM Re: Free PHP Editors?
chrishirst's Avatar
Defies a Status

Posts: 43,971
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Notepad++ works perfectly well for me, as does Arachnophilia
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-13-2012, 04:59 AM Re: Free PHP Editors?
Skilled Talker

Posts: 69
Trades: 0
http://www.activestate.com/komodo-edit Is what I use.
HullBorn is offline
Reply With Quote
View Public Profile
 
Old 05-15-2012, 05:30 PM Re: Free PHP Editors?
Skilled Talker

Posts: 76
Name: Nick Cousins
Location: Northern Ireland
Trades: 0
I must say I cannot recommend NetBeans highly enough. I've used it for a few years, and last year standardised my whole company on it. It runs on Windows, Mac and Linux, it's free and open source, comes with lots of plugins and has SVN support, FTP and SFTP. Best of all it has EXCELLENT code completion, phpDoc support (which is AWESOME once you figure it out), and a great "code templates" function for regular boilerplate code which you can customise yourself.

Google for NetBeans PHP
__________________
Join
Please login or register to view this content. Registration is FREE


Knowledge is power. Never underestimate the power of stupid people in large numbers.

HandCoder is offline
Reply With Quote
View Public Profile Visit HandCoder's homepage!
 
Old 06-11-2012, 05:06 AM Re: Free PHP Editors?
Novice Talker

Posts: 3
Trades: 0
I must say I cannot recommend Far editor highly enough.

Last edited by Giselle; 06-11-2012 at 10:36 AM.. Reason: Hidden URL Adrress
isciurus is offline
Reply With Quote
View Public Profile
 
Old 06-11-2012, 12:36 PM Re: Free PHP Editors?
lizciz's Avatar
Super Spam Talker

Posts: 845
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Recently I've been using Eclipse with its PHP IDE and so far I have only good to say about it.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 06-12-2012, 11:35 AM Re: Free PHP Editors?
orionoreo's Avatar
Ultra Talker

Posts: 345
Name: Jerry
Trades: 0
A lot of my colleagues use sublime heard it's pretty good
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
orionoreo is offline
Reply With Quote
View Public Profile
 
Old 06-12-2012, 11:59 PM Re: Free PHP Editors?
jim1228's Avatar
Extreme Talker

Posts: 219
Name: Jim
Location: Down the Yellow Brick Road
Trades: 0
Bluefish rocks...the best i have ever used. I am a Bluefish junkie =)
jim1228 is offline
Reply With Quote
View Public Profile
 
Old 06-13-2012, 12:01 AM Re: Free PHP Editors?
Registered Unverified User

Posts: 4
Trades: 0
Notepad++. It's the best especially if you are a beginner. Because it has no intellisense so you have type everything which means you will be able to master the syntax very well.
febrarian is offline
Reply With Quote
View Public Profile
 
Old 06-13-2012, 12:06 AM Re: Free PHP Editors?
jim1228's Avatar
Extreme Talker

Posts: 219
Name: Jim
Location: Down the Yellow Brick Road
Trades: 0
Quote:
Originally Posted by febrarian View Post
Notepad++. It's the best especially if you are a beginner. Because it has no intellisense so you have type everything which means you will be able to master the syntax very well.
master with just notepad then

jim1228 is offline
Reply With Quote
View Public Profile
 
Old 06-14-2012, 12:48 AM Re: Free PHP Editors?
Registered Unverified User

Posts: 4
Trades: 0
Quote:
Originally Posted by jim1228 View Post
master with just notepad then

At least it has colors.
febrarian is offline
Reply With Quote
View Public Profile
 
Old 06-15-2012, 03:17 PM Re: Free PHP Editors?
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
It's not all about colors and highlighting.
What happens if you have a bunch of php files and you need to upload each of them separatelly after editing?
For that it's best to use editors that can maintain synchronization with server, over FTP or SFTP.
Im using dreamweaver for that purpose and as soon as i save the file it automatically goes to the server.

Maintaining a synchronization has one other advantage.
If your files are edited or if new files are uploaded, like malicious scripts, you can detect them.

List of editors:
http://en.wikipedia.org/wiki/List_of_PHP_editors
miki86 is offline
Reply With Quote
View Public Profile
 
Old 06-15-2012, 06:27 PM Re: Free PHP Editors?
lizciz's Avatar
Super Spam Talker

Posts: 845
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Or evan better, run a local server where you can develop your site, before uploading it to your live server, thereby eliminating the need to upload your files anywhere and once again making simple editors (like Notepad++) viable

EDIT: Besides, Dreamweaver isn't free
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.

Last edited by lizciz; 06-15-2012 at 06:29 PM..
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 06-16-2012, 04:36 AM Re: Free PHP Editors?
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
Hey im all in for Notepad++, wiki says that it's supporting FTP/SFTP via plugin, never tried it though.

What about remote group development? Local server is "not" an option.

Quote:
Originally Posted by lizciz View Post
Besides, Dreamweaver isn't free
Yes it is
Infinite trial can do the job.
miki86 is offline
Reply With Quote
View Public Profile
 
Old 06-16-2012, 08:01 AM Re: Free PHP Editors?
lizciz's Avatar
Super Spam Talker

Posts: 845
Name: Mattias Nordahl
Location: Sweden
Trades: 0
Remote group development?
You mean if there are multiple people working on the same project? Then I'd say you'd be better of using some configuration management tool like CVS, SVN, Git etc. and still use a local server for your own development.

Oh, I didn't think of trials . But wouldn't that only work for 30 days or so?
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
lizciz is offline
Reply With Quote
View Public Profile Visit lizciz's homepage!
 
Old 06-16-2012, 08:08 AM Re: Free PHP Editors?
miki86's Avatar
Extreme Talker

Posts: 239
Location: print_r($serbia);
Trades: 0
Yes if several people work on one project.

You missed the "Infinite" part
miki86 is offline
Reply With Quote
View Public Profile
 
Old 06-17-2012, 10:13 AM Re: Free PHP Editors?
Physicsguy's Avatar
404 - Title not found

Posts: 1,061
Name: Scott Kaye
Location: Ontario
Trades: 0
Quote:
Originally Posted by miki86 View Post
Yes if several people work on one project.

You missed the "Infinite" part
Unfortunately, I can confirm this. I used (cough) to use infinite trials for Adobe programs. All it is is a .dll that you replace in the program files before first launch. All it does is disable the trial day counting. You still get all the limitations of the trial, though, it just saves you the trouble of clearing your registry of certain keys and redownloading.

You can Google around for the files, there are lots of places to get them. It's probably illegal, so I wouldn't recommend it though.
__________________

Please login or register to view this content. Registration is FREE

Last edited by Physicsguy; 09-04-2012 at 10:16 PM..
Physicsguy is offline
Reply With Quote
View Public Profile Visit Physicsguy's homepage!
 
Old 06-18-2012, 11:17 AM Re: Free PHP Editors?
vectorialpx's Avatar
Ultra Talker

Posts: 261
Name: octavian
Location: Bucharest
Trades: 0
I had big problems with Dreamwaver (long time ago) - somehow, after some save, the file was re-written with just a part of the actual document (not only once). Couldn't recover... I just had to rebuild the entire file.

I'm using Netbeans now for the method-to-method navigation (CTR+click on methods will open class file). It "understands" autoloads and most of the includes but, the bad part, it needs lots of resources.

Notepad++ is a great tool but without file search and method navigation.

Good luck!
__________________

Please login or register to view this content. Registration is FREE
(database and files management)
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Old 06-19-2012, 09:36 AM Re: Free PHP Editors?
Average Talker

Posts: 27
Trades: 0
Nothing beats Notepad++. You just need to be patient.
anyareal is offline
Reply With Quote
View Public Profile
 
Old 06-20-2012, 04:27 PM Re: Free PHP Editors?
Average Talker

Posts: 18
Name: Jamal
Trades: 0
I have a list of editors which i have got from wikipedia

Windows
Alleycode HTML Editor — Freeware editor with syntax highlighting for both php and html.
CodeLobster - Free PHP IDE
ConTEXT — Freeware editor with syntax highlighting.
Crimson Editor — Lightweight editor. Supports FTP.
Dev-PHP IDE — Lightweight IDE. Supports FTP & SFTP, CVS & SVN, Multiple languages with highlighters, Xdebug, etc.
EditPad Lite - A freeware and simple editor with auto text indent.
Gizmo Editor - Freeware editor with syntax highlighting for PHP, HTML, CSS, Java, and much more.
HAPedit - A free PHP Editor with intellisense support
HTML-Kit — Syntax highlighting, Supports FTP.
Intype — Lightweight editor. Alpha version.
Microsoft WebMatrix - A combined editor, server and publishing environment, syntax highlighting for HTML, PHP, Razor, c# and JavaScript and publishing through WebDeploy and FTP. Supports utf-8 only.
Notepad2 — Simple editor with syntax highlighting
Notepad++ — Supports FTP & SFTP via plugin; syntax highlighting.
NoteTab — Broad editor, allows you to have multiple tabs open for different files, has FTP support, comes in two trial versions (NoteTab Standard, NoteTab Pro) and one free version NoteTab Light. NoteTab Pro highlights tags.
PHP Expert Editor
PHP Tools for Visual Studio - PHP syntax highlighting, real-time checking of syntax errors, code outlining and navigation features for Visual Studio 2010 and VS11.
Programmer's Notepad
PSPad — Supports FTP; syntax highlighting.
Rapid PHP - Not free but has 30 day trial
tsWebEditor - Syntax highlighting and code hints for PHP, JavaScript, HTML, CSS, (all in the same file even) and many more languages. Supports FTP; powerful user-defined keyboard for UTF, and so much more. Completely free.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
scriptbazaar is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Free PHP Editors?

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.57609 seconds with 11 queries