mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-16 12:56:21 +02:00
descript examples in Yii Framework for 3 patterns
This commit is contained in:
@ -11,6 +11,7 @@ namespace DesignPatterns;
|
||||
* Examples:
|
||||
* - Doctrine2's QueryBuilder works something like that example class below
|
||||
* - PHPUnit uses fluent interfaces to build mock objects
|
||||
* - Yii Framework: CDbCommand and CActiveRecord use this pattern too
|
||||
*
|
||||
*/
|
||||
class SQL
|
||||
|
Reference in New Issue
Block a user