Posts Tagged ‘code

Koders is a search engine that is a must-bookmark for developers. It is used for quickly finding open source code, methods, examples, algorithms and more. It searches code written in 30+ languages & categorized with 28 different licence types. Koders also has pluging for Eclipse, Visual Studio & Firefox for integrated searching + it provides [...]

If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print. Use echo’s multiple parameters instead of string concatenation. Set the maxvalue for your for-loops before and not in the loop. Unset your variables to free memory, especially large arrays. Avoid magic like __get, [...]


top