Skip to content

Instantly share code, notes, and snippets.

@ahonymous
Last active January 13, 2017 19:53
Show Gist options
  • Save ahonymous/4f412b688ba21ed0d11c4ff431698d8a to your computer and use it in GitHub Desktop.
Save ahonymous/4f412b688ba21ed0d11c4ff431698d8a to your computer and use it in GitHub Desktop.
HW 13 Event Dispatcher, Security
1. All tags for services: http://symfony.com/doc/current/reference/dic_tags.html
2. Base documentation: http://symfony.com/doc/current/event_dispatcher.html , http://symfony.com/doc/current/components/event_dispatcher.html
3. Request/Responce before-after filters: http://symfony.com/doc/current/event_dispatcher/before_after_filters.html
4. Doctrine Listeners: http://symfony.com/doc/current/doctrine/event_listeners_subscribers.html
5. Doctrine Events: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/reference/events.html
http://symfony.com/doc/current/reference/configuration/security.html
http://symfony.com/doc/current/security.html
http://symfony.com/doc/2.0/book/security.html
http://symfony.com/doc/current/security/guard_authentication.html
http://symfony.com/doc/current/security/voters.html
@sobchenko
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment