PHP Classes

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

Recommend this page to a friend!
  Classes of Manolo Salsas   Msalsas PHP Voting System Project Bundle   Resources/config/doctrine/ReferenceClicks.orm.xml   Download  
File: Resources/config/doctrine/ReferenceClicks.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/ReferenceClicks.orm.xml
Date: 2 years ago
Size: 738 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\ReferenceClicks" table="msalsas_voting_reference_clicks" repository-class="Msalsas\VotingBundle\Entity\ReferenceClicksRepository"> <id name="reference" column="reference" type="integer" length="180" /> <field name="clicks" column="clicks" type="integer" length="180" /> </entity> </doctrine-mapping>