Skip to content

Commit 9230036

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#153 from ovr/patch-1
Only Zend Framework 1.x has class Zend_Registry
2 parents 1450771 + 473c04f commit 9230036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Structural/Registry/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static methods (or using the Singleton pattern)
1111
Examples
1212
--------
1313

14-
- Zend Framework: ``Zend_Registry`` holds the application's logger
14+
- Zend Framework 1: ``Zend_Registry`` holds the application's logger
1515
object, front controller etc.
1616
- Yii Framework: ``CWebApplication`` holds all the application
1717
components, such as ``CWebUser``, ``CUrlManager``, etc.

0 commit comments

Comments
 (0)