浏览代码

readme update

gediminasm 14 年之前
父节点
当前提交
f09c865fc2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.markdown

+ 2 - 0
README.markdown

@@ -13,6 +13,8 @@ records being flushed in the behavioral way. List of extensions:
 All these extensions can be nested together. And most allready use only annotations without interface requirement
 to not to aggregate the entity itself and has implemented proper caching for metadata.
 
+There is a post introducing to these extensions on [doctrine project](http://www.doctrine-project.org/blog/doctrine2-behavioral-extensions "Doctrine2 behavior extensions")
+
 You can test these extensions on [my blog](http://gediminasm.org/test/ "Test doctrine behavior extensions").
 
 All tutorials for basic usage examples are on [my blog](http://gediminasm.org "Tutorials for extensions") also.