One thing i know he would tell you (arti was my teacher ;D)

Really organize your code. Classes in different files. I normally put all my functions for users in a file called functions.users.php and put it in the include file. Add a class inside the file called users. Then put all your functions with users in that file. And so on.