瀏覽代碼

Merge pull request #1220 from freelancer37/patch-1

Update README.md
Thomas 12 年之前
父節點
當前提交
3918c8f23a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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