News Feed
Jobs Feed
Sections




News Archive
BinaryTides.com:
40+ Techniques to enhance your php code (3 Part Series)
April 11, 2012 @ 09:52:57

On the BinaryTides blog there's a series of posts that share some tips and suggestions aimed at helping you and your code be the best they can be - things to enhance your application (including suggestions not just about code but also about environment and development practices).

The three posts in the series include tips like:

  • Maintain debugging environment in your application
  • Collect all output at one place , and output at one shot to the browser
  • Set the correct character encoding for a mysql connection
  • Do not gzip output in your application , make apache do that
  • Don't check submit button value to check form submission
  • Process arrays quickly with array_map
  • Avoid direct SQL query , abstract it
  • Never set error_reporting to 0
  • Make a portable function for executing shell commands

Obviously, not all of these will apply in all situations, but they're an interesting list. Most will come with good explanations and code samples when appropriate.

0 comments voice your opinion now!
technique enhance list suggestion bestpractice


blog comments powered by Disqus

Similar Posts

IBM developerWorks: Five good programming habits in PHP

Zend Developer Zone: This Week in the Zend Framework, Issue #8

Jim Plush's Blog: What separates a professional PHP web developer from a scripter?

NetTuts.com: How to Write Testable and Maintainable Code in PHP

Nexen.net: English Articles and a Single Distribution Resource


Community Events











Don't see your event here?
Let us know!


framework release interview rest symfony2 unittest development community zendframework2 functional introduction language phpunit podcast database opinion series conference usergroup testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework