Blog

Posts Tagged ‘tips’

SVN trunk, branches and tags

Monday, February 8th, 2010

In this post, I provide details about how I personnaly handle SVN trunk, branches and tags. This approach is also known as “branch always”, with minor differences. This might not be the best approach, but it will give beginners some explanations on what trunk, branches and tags are, and how to handle them.
(more…)

method_exists() vs. is_callable()

Sunday, January 3rd, 2010

One thing I often see when re-factoring PHP applications, is the improper use of the method_exists() function, and I think this needs a little bit of clarification.
(more…)

powered by WordPress