Category: Programming

PHP MVC Frameworks

We all know what a wonderful language PHP happens to be. We also know how unorganized it is. Unless you follow software engineering norms from the very beginnning and isolate all your backend functions from your middle and front end files, very soon you will have nightmarish code where a simple change demands hours of [...]

Function with infinite number of parameters

Once in a rare while you need a function which can accept infinite number of arguments. Most programmers only rarely learn this trick which can be useful at times. When you want to process an infinite number of parameters, here are the tricks to use: PHP This is rather simple in PHP as PHP doesn’t [...]

Programming Languages Review

A question which all beginners face is: which programming language should I learn? Which one will help me more? Not many people know this, but there is a sequence of learning that has been followed so far. Students start with a very minimal language like Logo/Quick Basic then move on to C/C++(for DOS) and only [...]