Blog
Sorry, but there aren't any posts by admin yet.
Archives
Categories
- concepts and principles (1)
- OOP (1)
- design patterns (1)
- php (2)
- php5 (1)
- tips and tricks (4)
- tools (2)
powered by WordPress
powered by WordPress
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...
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.
This is a quick and basic introduction to SVN externals, explaining what they are and how they work with a simple real-life example.
A simple technique to improve a PHP project overall performance.
