GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Best PHP Viewer? (https://gfy.com/showthread.php?t=1089008)

G-Unit01 11-12-2012 02:48 PM

Best PHP Viewer?
 
Hi members,

Slightly off topic, but what's the best PHP or code viewer?

I'm opening PHP files with notepad, but the code is all over the place? Any idea on how to structure it properly or which viewer is recommended?

Thanks :thumbsup

BSleazy 11-12-2012 02:53 PM

At least go with notepad++

edgeprod 11-12-2012 02:55 PM

I swear by PhpStorm for all of my development in PHP. It's inexpensive (only $199 for corporate or $99 for personal), it's flexible, it's fast, and it accelerates my work more than it slows me down.

moeloubani 11-12-2012 02:57 PM

PhpStorm might be better just looking at it quickly but I use Sublime Text 2 and it works great and can be used for most programming languages if not all with a syntax detector that helps you not miss a closing semicolon or something like that

Killswitch 11-12-2012 03:04 PM

I'm pretty partial to TextMate.

sarettah 11-12-2012 03:07 PM

I use pspad :thumbsup

.

AndrewX 11-12-2012 03:53 PM

I use dreamweaver myself, but I am a designer. It also has shortcuts for the most common tags. You can view code in Explorer also, it colors everything out nicely.

johnnyloadproductions 11-12-2012 05:11 PM

Quote:

Originally Posted by edgeprod (Post 19309539)
I swear by PhpStorm for all of my development in PHP. It's inexpensive (only $199 for corporate or $99 for personal), it's flexible, it's fast, and it accelerates my work more than it slows me down.

As you told me in a thread a while ago: "Prepare for a flood of idiots to tell you why some text editor is better than a full fledged IDE."

I still shake my head.

As you also added: "Some people walk to the store, and others drive to the store."

How true.

livexxx 11-12-2012 05:40 PM

editplus, old school, but simple without going wholescale IDE
colours it all, does indents and highlights open an closing braces.
great search and replace too for normal text work, search find tabs /n etc

CYF 11-12-2012 05:46 PM

I like Coda on mac.

Miguel T 11-12-2012 05:47 PM

Notepad++ all the way! ;)

Porndex 11-12-2012 05:52 PM

Quote:

Originally Posted by BCyber (Post 19309534)
At least go with notepad++

Yep. This! I've coded several multi-thousand line applications in this. Love it. I use the Twilight theme, it's easy on the eyes :) Plus the FTP plugin makes managing files pretty easy (not to mention bookmarks for large files). The list goes on... I could wrap for it all day. I use this for all web development from PHP to JS to HTML/CSS.

Killswitch 11-12-2012 06:14 PM

Quote:

Originally Posted by johnnyloadproductions (Post 19309758)
As you told me in a thread a while ago: "Prepare for a flood of idiots to tell you why some text editor is better than a full fledged IDE."

I still shake my head.

As you also added: "Some people walk to the store, and others drive to the store."

How true.

To each their own.. Sometimes an IDE is overkill for people. For me it is. I prefer a simple text editor with nice highlight themes, and a few other perks. I don't need code completion because remembering the commands to complete code could take longer than just typing the code yourself. Plus less random code inserts where you don't realize.

Nookster 11-12-2012 06:39 PM

I prefer WeBuilder because of its pretty much unlimited flexibility, snippet use, macros, diff tool, embedded code validation, code completion, SFTP integration, etc...too many useful features to list here. Recently I've been testing out Sublime Text and I like its use of themes, but that's about it. I still stick with WeBuilder for "all-use." :2 cents:

h00ligan 11-12-2012 06:46 PM

vim or emacs

livexxx 11-12-2012 07:42 PM

Quote:

Originally Posted by johnnyloadproductions (Post 19309758)
As you told me in a thread a while ago: "Prepare for a flood of idiots to tell you why some text editor is better than a full fledged IDE."

I still shake my head.

As you also added: "Some people walk to the store, and others drive to the store."

How true.

TBH, I let my developers, testers and release managers choose their own. Why keep a dog and bark yourself :)

AdultEUhost 11-12-2012 07:51 PM

whats wrong with notepad?

dynastoned 11-12-2012 08:05 PM

i use dreamweaver it works great for me...

i've heard good things about notepad++ i need to give it a shot.

HomerSimpson 11-12-2012 08:32 PM

Free: Notepad++
Paid: EmEditor

johnnyloadproductions 11-12-2012 08:52 PM

Here's what it comes down to.

If you're a designer and coder in one, Dreamweaver all the way, especially with the Master Collection.

For free I'd just go with Eclipse and get all the extensions. The Aptana plugin for eclipse is so nice.
Notepad++ is great for quick jobs, I'll do it for things such as modifying php config files on the fly.

It's best to pick 1 or 2 tools at most and just use those, knowledge of your tools breeds efficiency which begets productivity.

JamesM 11-13-2012 01:43 AM

Notepad++ works great for me.

just a punk 11-13-2012 04:31 AM

I prefer NetBeans.

fitzmulti 11-13-2012 05:47 AM

Quote:

Originally Posted by livexxx (Post 19309799)
editplus, old school, but simple without going wholescale IDE
colours it all, does indents and highlights open an closing braces.
great search and replace too for normal text work, search find tabs /n etc

i absolutely 100% agree!
EDITPLUS is great!

Va2k 11-13-2012 05:52 AM

notepad++
or at min Dreamweaver

one program is free the other is a big chunk of change.

adult-help 11-13-2012 05:57 AM

Try Sublime Text 2. It's fantastic - best editor so far!

Vapid - BANNED FOR LIFE 11-13-2012 07:01 AM

haha turn off word wrap haha

brentbacardi 11-13-2012 07:05 AM

Notepad++ or Context both work well.

As much as they do work well, I am still in the habit of opening notepad because when I open files directly off my server, they open in notepad and to be honest I am lazy and haven't looked at where to change the default program to open those files.

alex.missyouth 11-13-2012 10:23 AM

I've become used to use notepad++ for almost all kinds of code.

grumpy 11-13-2012 10:28 AM

notepad ++ or for a full package use phpEd

2012 11-13-2012 10:33 AM

http://www.aptana.com/

The Hun 11-13-2012 05:00 PM

I was hooked to dreamweaver... untill I got introduced to PHPStorm. Whow... sped up coding tremendously, warns you of errors on the fly, auto-complete... all in all very, very handy!

machinegunkelly 11-13-2012 05:05 PM

Textmate all the way

edgeprod 11-14-2012 01:07 PM

Quote:

Originally Posted by johnnyloadproductions (Post 19309758)
As you told me in a thread a while ago: "Prepare for a flood of idiots to tell you why some text editor is better than a full fledged IDE."

I still shake my head.

As you also added: "Some people walk to the store, and others drive to the store."

How true.

Basically, the people who poo-poo IDEs often haven't tried them. They talk about "herp derp code completion" and such nonsense, which most of us just turn off in an IDE. Rapid prototyping, code folding, debugging support, syntax highlighting, CSS-context paths, etc, don't seem to ever enter the discussion, and that's just the tip of the iceberg.

They're usually the same people who want to build a framework "from scratch" for an application that gets 500 clicks/day.

The good news is that I usually end up with a contract to fix whatever they've cocked up, so all's well that ends well.

2012 11-14-2012 01:24 PM

quack quack

SCORE Ralph 11-14-2012 04:23 PM

Quote:

Originally Posted by edgeprod (Post 19309539)
I swear by PhpStorm for all of my development in PHP. It's inexpensive (only $199 for corporate or $99 for personal), it's flexible, it's fast, and it accelerates my work more than it slows me down.

This......

BSleazy 11-14-2012 04:30 PM

The OP just asked for something to view and probably make small edits with. I don't think he's looking for a full blown IDE to program in.

Vendzilla 11-14-2012 04:47 PM

Just do it in Dreamweaver, if it don't work, I try again

sarettah 11-14-2012 04:52 PM

Quote:

Originally Posted by edgeprod (Post 19313368)
Basically, the people who poo-poo IDEs often haven't tried them. They talk about "herp derp code completion" and such nonsense, which most of us just turn off in an IDE. Rapid prototyping, code folding, debugging support, syntax highlighting, CSS-context paths, etc, don't seem to ever enter the discussion, and that's just the tip of the iceberg.

They're usually the same people who want to build a framework "from scratch" for an application that gets 500 clicks/day.

The good news is that I usually end up with a contract to fix whatever they've cocked up, so all's well that ends well.

I love a good ide.

However, if you are switching languages every 10 minutes like I sometimes am a good editor that handles multiple languages helps tremendously.

I like pspad as an editor because it handles a shit load of languages and I can have php, asp, fox and vb stuff all open at the same time (it handles cobol too but I don't do cobol anymore). ;p



.

bns666 11-14-2012 05:27 PM

ultraedit :thumbsup

edgeprod 11-14-2012 06:51 PM

Quote:

Originally Posted by BCyber (Post 19313737)
The OP just asked for something to view and probably make small edits with. I don't think he's looking for a full blown IDE to program in.

LOL, I'm an idiot! Not like THAT'S something new. :1orglaugh


Quote:

Originally Posted by sarettah (Post 19313763)
I love a good ide.

However, if you are switching languages every 10 minutes like I sometimes am a good editor that handles multiple languages helps tremendously.

Good call! :thumbsup


All times are GMT -7. The time now is 09:03 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123