PHP Classes

File: Resources/config/doctrine/ReferenceVotes.orm.xml

Recommend this page to a friend!
  Classes of Manolo Salsas   Msalsas PHP Voting System Project Bundle   Resources/config/doctrine/ReferenceVotes.orm.xml   Download  
File: Resources/config/doctrine/ReferenceVotes.orm.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/doctrine/ReferenceVotes.orm.xml
Date: 2 years ago
Size: 1,095 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8"?> <doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://doctrine-project.org/schemas/orm/doctrine-mapping http://doctrine-project.org/schemas/orm/doctrine-mapping.xsd"> <entity name="Msalsas\VotingBundle\Entity\ReferenceVotes" table="msalsas_voting_reference_votes" repository-class="Msalsas\VotingBundle\Entity\ReferenceVotesRepository"> <id name="reference" column="reference" type="integer" length="180" /> <field name="positiveVotes" column="positiveVotes" type="integer" length="180" /> <field name="negativeVotes" column="negativeVotes" type="integer" length="180" /> <field name="userVotes" column="userVotes" type="integer" length="180" /> <field name="anonymousVotes" column="anonymousVotes" type="integer" length="180" /> <field name="published" column="published" type="integer" length="180" /> </entity> </doctrine-mapping>