mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 13:59:08 +02:00
descript examples in Yii Framework for 3 patterns
This commit is contained in:
@@ -12,6 +12,8 @@ namespace DesignPatterns;
|
||||
* Examples:
|
||||
* - Caching: first object is an instance of e.g. a Memcached Interface, if that "misses" it delegates the call to the
|
||||
* Database Interface
|
||||
* - Yii Framework: CFilterChain is a chain of controller action filters. the executing point is passed from one filter
|
||||
* to the next along the chain, and only if all filters say "yes", the action can be invoked at last.
|
||||
*
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user