php Programming Glossary: routing.yml
Changing locale with symfony 2.1 http://stackoverflow.com/questions/12146282/changing-locale-with-symfony-2-1 file framework translator fallback locale session routing.yml file route_change_lang pattern changelang newlang defaults _controller..
Symfony2.1: Unable to find the controller for path “/login_check” http://stackoverflow.com/questions/12409998/symfony2-1-unable-to-find-the-controller-for-path-login-check login_check #use_forward true logout path logout target routing.yml login pattern login defaults _controller VitaSecurityBundle..
symfony2 - how to switch from “dev” to “prod”? http://stackoverflow.com/questions/6789950/symfony2-how-to-switch-from-dev-to-prod added the routing for the production version to app config routing.yml. _welcome resource @AcmeDemoBundle Resources config routing.yml.. _welcome resource @AcmeDemoBundle Resources config routing.yml prefix I created src Acme DemoBundle Resources config routing.yml.. prefix I created src Acme DemoBundle Resources config routing.yml with content bla pattern defaults _controller AcmeDemoBundle..
Symfony2: help please with backward Uri (REFERRER) during switching locale http://stackoverflow.com/questions/7414243/symfony2-help-please-with-backward-uri-referrer-during-switching-locale OLD REFERRER URI with a NEW value of locale Thanks a lot routing.yml hello pattern _locale hello name defaults _controller JetInformBundle..
How to make a separate url for signin via Facebook using FOSFacebookBundle in Symfony2 http://stackoverflow.com/questions/8165469/how-to-make-a-separate-url-for-signin-via-facebook-using-fosfacebookbundle-in-sy ROLE_ADMIN ROLE_ALLOWED_TO_SWITCH And here a sample of my routing.yml file that is used to define security routes required to make..
Symfony 2 load different template depending on user agent properties http://stackoverflow.com/questions/8257676/symfony-2-load-different-template-depending-on-user-agent-properties secret secret router resource kernel.root_dir config routing.yml strict_requirements kernel.debug form true csrf_protection true..
Symfony2: Echoing JSON From a Controller for Use in an ExtJS 4 Grid http://stackoverflow.com/questions/9146460/symfony2-echoing-json-from-a-controller-for-use-in-an-extjs-4-grid start from routing # src Scope YourBundle Resources config routing.yml ScopeYourBundle_people_list pattern people defaults _controller..
Symfony2 bundle inheritance losing parent bundles routes http://stackoverflow.com/questions/9373433/symfony2-bundle-inheritance-losing-parent-bundles-routes implemented getParent function as instructed and in my routing.yml I have ParentBundle resource @Parent Controller type annotation.. fine if in include all controller files separetely in routing.yml but that seems very cumbersome way to make the inheritance to.. directory .. .. before the actual path # app config routing.yml some_parent resource .. .. src Application ParentBundle Controller..
|