Home arrow PHP arrow Page 5 - Best PHP Practices

PHP Time, YAA! - PHP

One of the things I hear from people and my friends is questions about the best way to work with PHP. They always want to know how to get started on a project, what software to use, how to plan it successfully, and so on. In this article I plan on revealing the “magical secrets” about how I do my PHP programming so quickly with so few bugs.

TABLE OF CONTENTS:
  1. Best PHP Practices
  2. It’s like Typing, only with a Pencil
  3. What You See is… Well, You Know
  4. Get your Hands off MySQL!
  5. PHP Time, YAA!
  6. Where Do I Start?
  7. Loose Ends
By: James Murray
Rating: starstarstarstarstar / 225
September 20, 2004

print this article
SEARCH DEV SHED

TOOLS YOU CAN USE

advertisement

Here’s a really good question: What PHP editor should I use? Personally I use Zend Studio, which can get pretty pricey if you don’t plan on making money from your coding. But it’s by far the best PHP editor I’ve ever used. It has a built-in debugger, or you can install the one that’s made for your server. It will also profile your project so that you know what is taking the longest to parse. But that’s not what makes it so nice of an editor. The fact that it has true PHP auto complete is a big thing to me. It has pretty much all the built-in functions in the auto complete, and it also adds in the variables, functions, and classes that you make into the auto complete features. I’d say overall my programming speed has increased by 75% since I’ve been using Zend Studio. After all, who would make a better editor than the company that basically creates the language?

On the other hand, if your wallet is as empty as a LAN party with no computers, you can always go for Maguma Studio Free. It’s a pretty good editor for free. It has great integration with the PHP documentation and a decent auto complete feature.

And for the hard core “I am PHP” type of programmer, you can always go with Arisesoft Winsyntax, which weighs in as Notepad with PHP syntax highlighting.

That’s really about it for PHP editors, although there are hundreds of them out there. Those three are probably the best in their categories.



 
 
>>> More PHP Articles          >>> More By James Murray
 

blog comments powered by Disqus
   

PHP ARTICLES

- PHP Closures as View Helpers: Lazy-Loading F...
- Using PHP Closures as View Helpers
- PHP File and Operating System Program Execut...
- PHP: Effects of Wrapping Code in Class Const...
- PHP: Building Concrete Validators
- Sanitizing Input with PHP
- Executing Shell Commands with PHP
- Handling File Data with PHP
- File Security and Resources with PHP
- ArrayObject PHP Class Examples
- ArrayObject PHP Class: An Introduction
- Getting File System Data with PHP
- PHP Tools for Working with the File and Oper...
- Working with the File and Operating System w...
- PHP Proxy Patterns: Completing a Blog


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 4 - Follow our Sitemap

Dev Shed Tutorial Topics: