Skip to content

Instantly share code, notes, and snippets.

View samjarrett's full-sized avatar
:shipit:

Sam Marley-Jarrett samjarrett

:shipit:
View GitHub Profile
@samjarrett
samjarrett / 1_Result.php
Created March 24, 2013 04:13 — forked from cystbear/1_Result.php
A quick mock-up of how you can create custom annotation mappings in Symfony2.
<?php
class DefaultController extends Controller
{
/**
* Dashboard page.
* @Permissions(perm="dashboard_view")
* @Route("/", name="ITEDashboardBundle_index")
* @Template()
* @return array