Skip to content

Instantly share code, notes, and snippets.

@ahonymous
Forked from spolischook/gist:836be84cb0041482f94b
Last active August 29, 2015 14:23
Show Gist options
  • Save ahonymous/24924facea521a07e37b to your computer and use it in GitHub Desktop.
Save ahonymous/24924facea521a07e37b to your computer and use it in GitHub Desktop.

11.11.2014 Symfony overview, Controller, Routing, Twig

  • Install Symfony standart edition
  • Symfony Bundles
  • Symfony Components
  • Create Bundle, route and controller
  • Add twig view

18.11.2014 Databases and Doctrine

  • Configuring the Database
  • Creating an Entity Class
  • Add Mapping Information
  • Generating Getters and Setters
  • Entity mager - persist, flush
  • Entity Relationships/Associations
  • Lifecycle Callbacks

25.11.2014

02.12.2014 Forms

  • Symfony Forms
  • Creating a Simple Form
  • Built-in Field Types
  • Rendering a Form in a Template

09.12.2014 DI

  • Dependency Injection overview http://php-di.org/doc/understanding-di.html
  • Types of injections. Constructor injection, method injection, property injection
  • Lazy-loading, proxy objects
  • Symfony Di configuration
  • Create services

16.12.2014

23.12.2014 Translation

  • Configuration
  • Basic Translation
  • Message Placeholders
  • Pluralization
  • Translations in Templates
  • Fallback Translation Locales
  • Handling the User's Locale
  • The Locale and the URL
  • Debugging Translations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment