Ceci est une ancienne révision du document !
Symfony et les Entities (Entity)
Création d'une Entity
Avec la console php bin\console make:entity
Types de champs
Main types * string * text * boolean * integer (or smallint, bigint) * float Relationships / Associations * relation (a wizard will help you build the relation) * ManyToOne * OneToMany * ManyToMany * OneToOne Array/Object Types * array (or simple_array) * json * object * binary * blob Date/Time Types * datetime (or datetime_immutable) * datetimetz (or datetimetz_immutable) * date (or date_immutable) * time (or time_immutable) * dateinterval Other Types * json_array * decimal * guid
Vous pourriez laisser un commentaire si vous étiez connecté.