Bläddra i källkod

Update README.md

add clarifications for Admin model
Olivier Soulet 12 år sedan
förälder
incheckning
9eaded1c17
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -31,6 +31,7 @@ Quick example
 -------------
 -------------
 
 
 Defining an ``Admin`` class is pretty easy: simply define ``configure[Show|Form|List|Datagrid]Fields`` methods
 Defining an ``Admin`` class is pretty easy: simply define ``configure[Show|Form|List|Datagrid]Fields`` methods
+(Fields in add function must be fields of your entity)
 
 
 ``` php
 ``` php
 <?php
 <?php