PG - Chris Paul: Averaging a double double in points and assists. Stephen Curry is right behind him, mainly do to his great 3 PT percentage, but he turns over the ball more.
SG - James Harden: Solid stats all around, although his defense is almost non-existent.
SF - Kevin Durant: Season stats...
If you are using PHP 5.5 you can use its password_hash function. It's possible to create your own salt for this function, but not recommended. On Linux, it will use dev/random to generate a random, secure salt. On Windows, it uses CryptGenRandom() to generate the salt. I would rather omit the...
Depends on what you are using it for, but generally autoload is faster because PHP doesn't have to check if the file has been loaded like when you use require or incude