Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b0d4a commit 2b874beCopy full SHA for 2b874be
Composite/README.md
100644
100755
@@ -7,6 +7,6 @@ To treat a group of objects the same way as a single instance of the object.
7
# Examples
8
9
* a form class instance handles all its form elements like a single instance of the form, when `render()` is called, it
10
- subsequently runs trough all its child elements and calls `render()` on them
+ subsequently runs through all its child elements and calls `render()` on them
11
* `Zend_Config`: a tree of configuration options, each one is a `Zend_Config` object itself
12
0 commit comments