php Programming Glossary: testbundle
Using Imagick in Symfony2? http://stackoverflow.com/questions/7109649/using-imagick-in-symfony2 it it gives me the following error Fatal error Class 'Acme TestBundle Services Imagick' not found... I am using Imagick in a service..
Symfony2 create own encoder for storing password http://stackoverflow.com/questions/7878887/symfony2-create-own-encoder-for-storing-password have to implement your own password encoder namespace Acme TestBundle Service use Symfony Component Security Core Encoder PasswordEncoderInterface.. specify to use your custom encoder for the class User . In TestBundle Resources config services.yml you add custom encoder services.. custom encoder services sha256salted_encoder class Acme TestBundle Service Sha256Salted and in app config security.yml you can..
|