losolib icon indicating copy to clipboard operation
losolib copied to clipboard

Collection of components for Zend Framework applications and integration of Symfony Components.

Results 3 losolib issues
Sort by recently updated
recently updated
newest added

me again. ;-) It would be nice to be able to add a logger to Doctrine2 without hacking in your code (Or did I miss something and it's possible?).

as most databases are today utf-8 it makes (for me) sense to add an option to the sandbox project for copy-paste-people like me ;-) resources.doctrine2.connection.driverOptions.1002 = "SET NAMES 'UTF8'"

I am using the doctrine2 auth adapter (thanx for providing it!!). The authenticate method returns the identity field in case the authentication was successful. I would find it more convenient...