[go: up one dir, main page]

Skip to content

Commit

Permalink
Editing main README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
braska committed Jul 26, 2014
1 parent ef7fa1f commit 2747abc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ $loader->register();
* [Phalcon\Acl\Adapter\Mongo](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Acl/Adapter) - ACL lists stored in Mongo collections
* [Phalcon\Acl\Factory\Memory](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Acl/Factory) - ACL factory class intended for use with Memory adapter (digitronac)

### Behaviors
* [Phalcon\Mvc\Model\Befavior\Blameable](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Mvc/Model/Befavior) - logs with every created or updated row in your database who created and who updated it.
* [Phalcon\Mvc\Model\Befavior\NestedSet](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Mvc/Model/Befavior) - Nested Set behavior for models (braska)

### Cache
* [Phalcon\Cache\Backend\Database](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Cache/Backend) - Database backend for caching data (phalcon)
* [Phalcon\Cache\Backend\Redis](https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Cache/Backend) - Redis backend for caching data (kenjikobe)
Expand Down

0 comments on commit 2747abc

Please sign in to comment.