PHP Classes

File: Resources/config/routing/msalsas_voting.xml

Recommend this page to a friend!
  Classes of Manolo Salsas   Msalsas PHP Voting System Project Bundle   Resources/config/routing/msalsas_voting.xml   Download  
File: Resources/config/routing/msalsas_voting.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Msalsas PHP Voting System Project Bundle
Symfony bundle to manage votes of users on content
Author: By
Last change: Update of Resources/config/routing/msalsas_voting.xml
Date: 2 years ago
Size: 920 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <routes xmlns="http://symfony.com/schema/routing" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd"> <route id="msalsas_voting.vote_positive" controller="Msalsas\VotingBundle\Controller\VoteController:votePositive" path="/vote-positive/{_locale}/{id}" methods="POST" > <requirement key="id">\d+</requirement> <default key="_controller">msalsas_voting.controller.vote_positive</default> </route> <route id="msalsas_voting.vote_negative" controller="Msalsas\VotingBundle\Controller\VoteController:voteNegative" path="/vote-negative/{_locale}/{id}" methods="POST" > <requirement key="id">\d+</requirement> <default key="_controller">msalsas_voting.controller.vote_negative</default> </route> </routes>