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
recommend some PHP editors
Old 08-17-2010, 02:32 AM recommend some PHP editors
Banned

Posts: 22
Name: Chandler Lu
Trades: 0
Can you recommend some PHP editors?Thanks .
lapunluyang is offline
Reply With Quote
View Public Profile Visit lapunluyang's homepage!
 
 
Register now for full access!
Old 08-17-2010, 04:20 AM Re: recommend some PHP editors
Super Talker

Posts: 139
Name: John Davis
Trades: 0
Zend!
www.zend.com
You can download trial version for first time.
__________________
»
Please login or register to view this content. Registration is FREE
- Interactive maps for websites
»
Please login or register to view this content. Registration is FREE
for web developers
MapMaster is offline
Reply With Quote
View Public Profile Visit MapMaster's homepage!
 
Old 08-17-2010, 05:34 AM Re: recommend some PHP editors
Knight13's Avatar
Defies a Status

Posts: 10,289
Name: Knight13
Location: Cleveland, Ohio
Trades: 0
I use Notepad++ and it has worked fine for me, but i have also used phpdesigner, bluefish and jedit and they have all worked really well, if i were you i would go for one of those editors.
Knight13 is offline
Reply With Quote
View Public Profile
 
Old 08-17-2010, 06:46 AM Re: recommend some PHP editors
NullPointer's Avatar
Will Code for Food

Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades: 0
I've found that when it comes to editing code, less is more. Pretty much the only thing I really need is syntax highlighting. All of the 'features' in some of the bloatware IDEs out there tend to just get in the way.

Notepad++ does it for me.
__________________

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
|
Please login or register to view this content. Registration is FREE
NullPointer is offline
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
Old 08-17-2010, 06:57 AM Re: recommend some PHP editors
Experienced Talker

Posts: 41
Trades: 0
Hi, if you are new one with that language then, I suggest you that, go for Note Pad, but if you are more familiar with that language then I suggest you that you use Adobe Dream weaver as PHP editor.because by suing that, you create code for almost all Client as well as Server side Scripting Language.
__________________

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
.
sandeep Kumar is offline
Reply With Quote
View Public Profile Visit sandeep Kumar's homepage!
 
Old 08-17-2010, 09:02 AM Re: recommend some PHP editors
phpdasan's Avatar
Experienced Talker

Posts: 37
Name: Karthick B
Trades: 0
Quote:
NullPointer

Pretty much the only thing I really need is syntax highlighting.
That exactly what needed when it comes coding in PHP.

Notepad++ does it well.

I will always go for NPP..
__________________
There is no secret ingredient.

Last edited by phpdasan; 08-17-2010 at 09:03 AM..
phpdasan is offline
Reply With Quote
View Public Profile
 
Old 08-17-2010, 02:16 PM Re: recommend some PHP editors
Extreme Talker

Posts: 149
Trades: 0
Notepad++, phped
__________________
Free
Please login or register to view this content. Registration is FREE

Visit our
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE
mimamo is offline
Reply With Quote
View Public Profile
 
Old 08-18-2010, 09:07 AM Re: recommend some PHP editors
Junior Talker

Posts: 1
Trades: 0
does "Dreamweaver" works?
kelmen is offline
Reply With Quote
View Public Profile Visit kelmen's homepage!
 
Old 08-18-2010, 03:08 PM Re: recommend some PHP editors
Extreme Talker

Posts: 173
Trades: 0
I like Codelobster.
dgkindy is offline
Reply With Quote
View Public Profile
 
Old 08-19-2010, 01:59 PM Re: recommend some PHP editors
britoniah3480's Avatar
Average Talker

Posts: 17
Name: Darz
Trades: 0
PHPed the best!
__________________

Please login or register to view this content. Registration is FREE
britoniah3480 is offline
Reply With Quote
View Public Profile
 
Old 08-19-2010, 03:05 PM Re: recommend some PHP editors
VirtuosiMedia's Avatar
Web Design Made Simple

Posts: 1,228
Trades: 0
I use Eclipse PDT.
__________________
Want new web resources every day? - Follow me on
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
|
Please login or register to view this content. Registration is FREE
VirtuosiMedia is offline
Reply With Quote
View Public Profile Visit VirtuosiMedia's homepage!
 
Old 08-19-2010, 07:48 PM Re: recommend some PHP editors
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
+1 for eclipse!
It includes clients to modern revision control tools (except GIT), and allows you to jump directly into a function code from anywhere in your project, and back to the page you where.
Great to work on med to big projects. But it takes some time to learn how to use.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 08-19-2010, 09:08 PM Re: recommend some PHP editors
Average Talker

Posts: 19
Name: Waqas Tasneem
Trades: 0
i personally prefer dreamweaver any flavor u like to use and notepad ++
__________________

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
gurusofit is offline
Reply With Quote
View Public Profile
 
Old 08-20-2010, 10:27 AM Re: recommend some PHP editors
Phunk Rabbit's Avatar
Ultra Talker

Posts: 255
Name: John Nerush
Location: Milton Keynes, UK
Trades: 0
Personally I use PHPDesigner, while notepad++ is a great program, like alot of others, i find it particually nice to be prompted about variable names, functions, classes etc.

Example:

I have this class:

PHP Code:
class someClass
{
     function 
funcOne()
     {
     
     }
     
     function 
funcTwo()
     {
 
     }

When typing in PHPDesigner "someClass->f" it prompts you with:

someClass->funcOne
someClass->funcTwo

Its nice, small features like that, that can make things alot smoother at times. Obviously its personal preference though!
__________________

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

Learn professional skills from professional people, from $6.50 a month.
Phunk Rabbit is offline
Reply With Quote
View Public Profile Visit Phunk Rabbit's homepage!
 
Old 08-20-2010, 11:08 AM Re: recommend some PHP editors
Extreme Talker

Posts: 181
Name: David Jackson
Trades: 0
netbeans has a PHP version which is good
__________________

Please login or register to view this content. Registration is FREE
davidj is offline
Reply With Quote
View Public Profile
 
Old 08-21-2010, 04:37 AM Re: recommend some PHP editors
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 680
Name: Lashtal
Trades: 0
http://www.webmaster-talk.com/php-fo...ks-all-my.html

---

I like Notepad++ also; because (yeah) syntax highlighting is really all one needs, but...

it's also nice to be able to upload that doc in real-time (to your web-server) via FTP, after making successive changes to it.


Maybe notepad++ does that, and I didn't know?
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 08-21-2010, 02:19 PM Re: recommend some PHP editors
Marik's Avatar
Skilled Talker

Posts: 99
Trades: 0
I use the PHP version of Netbeans but Eclipse is great too. Something which makes these IDEs awesome over simpler editors is the code completion feature. Netbeans even has the entire PHP manual built in so as you type it will pop up a window of possible syntax and functions including placeholders for legal parameters. This obviously makes life a lot easier but those who are learning should turn code completion off as it can cause over dependence and you may never fully learn the language.

Notepad++ is good too (though not as feature heavy as the 2 aforementioned IDEs), and for some reason mac users seem to be obsessed with textmate (have to hijack someone's mac one day and try it).
__________________

Please login or register to view this content. Registration is FREE
Marik is offline
Reply With Quote
View Public Profile
 
Old 08-22-2010, 04:35 AM Re: recommend some PHP editors
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 680
Name: Lashtal
Trades: 0
Quote:
Originally Posted by Marik View Post
...Something which makes these IDEs awesome over simpler editors is the code completion feature. Netbeans even has the entire PHP manual built in so as you type it will pop up a window of possible syntax and functions including placeholders for legal parameters...
I tend to find this feature more confusing and head-ache inducing than anything.

I always have to turn it off for that reason.
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE

Last edited by chrishirst; 08-28-2010 at 02:55 PM.. Reason: (sp)
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 08-23-2010, 06:49 AM Re: recommend some PHP editors
Extreme Talker

Posts: 181
Name: David Jackson
Trades: 0
As I mentioned I use Netbeans for coding but I also use Filezilla for my FTP needs. Filezilla allows you to define your own IDE for edits so I assign Notepad++.

I navigate to my space. Right click the file, Select Edit and it loads in my Notepad++. When I save the file it automatically pushes the updates live. Its neat and saves a bit of time for small changes.
__________________

Please login or register to view this content. Registration is FREE
davidj is offline
Reply With Quote
View Public Profile
 
Old 08-23-2010, 09:34 AM Re: recommend some PHP editors
Junior Talker

Posts: 1
Name: john axl
Trades: 0
well i use eclipes + aptana

http://din.gy/6fH9X
hippie69 is offline
Reply With Quote
View Public Profile Visit hippie69's homepage!
 
Reply     « Reply to recommend some 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.59602 seconds with 12 queries