Posts Tagged optimize php

Simple Optimizing Tips for PHP Part IV – By Example (Part I)

As we write PHP code (or any language for that matter) we begin to start thinking about optimizing code. But even though our intentions are for “the greater good”, we sometimes miss things that should be obvious. Today’s article takes a look at: By Example All developers progress at their own rate. As we progress, [...]

Tags: , , ,

Simple Optimizing Tips for PHP Part II – Recursive Functions

As we write PHP code (or any language for that matter) we begin to start thinking about optimizing code. But even though our intentions are for “the greater good”, we sometimes miss things that should be obvious. Today’s article takes a look at: Recursive Functions Functions are one of the most important tools we have [...]

Tags: , , ,