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

Community News: Seven Things

Bryan's Blog: 5 (More) Ways to be a Better PHP Developer

Lukas Smith's Blog: Chatting with Rasmus (part one)

SEO Expert Blog: Amazon Wish Lists with SimpleXML

James Fuller: 2013 Programming Podcasts for the New Year


Community Events











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


introduction zendframework2 framework composer object development database interview opinion community testing code example podcast phpunit series language release functional tool

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