PHP

Magic Call Methods & Static Context in PHP

PHP's dynamic nature makes it an extremely flexible language. It can also mean confusion if you don't understand the inner workings and/or logic behind the "magic". Today, I learned an intriguing thing

Hashed Passwords Using Symfony's AliceBundle

When using AliceBundle [https://github.com/hautelook/AliceBundle] for fixtures in my Symfony project, I ran into an issue creating hashed passwords for users. Some things I tried based on brief research that