Просмотр исходного кода

s/resourcePaths/pluginPaths/ in Zend_App examples

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15304 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 лет назад
Родитель
Сommit
a54b551bfc

+ 2 - 2
documentation/manual/en/module_specs/Zend_Application-Examples.xml

@@ -164,8 +164,8 @@ $application = new Zend_Application(
             ),
         ),
 
-        // For short names, define resource paths:
-        'resourcePaths = array(
+        // For short names, define plugin paths:
+        'pluginPaths = array(
             'My_Bootstrap_Resource' => 'My/Bootstrap/Resource',
         )
     )