Пример #1
0
 function __construct()
 {
     self::$passwordHashManager = new PasswordHash(8, FALSE);
     self::$db = Utilities::get("Db");
 }