Skip to content

Instantly share code, notes, and snippets.

View ahonymous's full-sized avatar
💭
I may be slow to respond.

Oleksandr Moshta ahonymous

💭
I may be slow to respond.
  • Ukraine, Cherkasy
View GitHub Profile
@ahonymous
ahonymous / config_test.yml
Last active August 4, 2016 20:16 — forked from Etheriq/config_test.yml
example config_test.yml for using alternative db
parameters:
test_db_path: "%kernel.cache_dir%/db.sqlite" //the real path of DB for the test
default_db_path: "%kernel.cache_dir%/Resources/private/tests/snapshot.sqlite" //is the real path of DB for snapshot
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_sqlite

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