Sfoglia il codice sorgente

[DOCUMENTATION] English:

- some manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16847 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 anni fa
parent
commit
5a2d5a83ca

+ 16 - 16
documentation/manual/en/module_specs/Zend_Application-AvailableResources-Frontcontroller.xml

@@ -25,51 +25,51 @@
 
     <itemizedlist>
         <listitem><para>
-            <property>controllerDirectory</property>: either a string value
+            <emphasis><property>controllerDirectory</property></emphasis>: either a string value
             specifying a single controller directory, or an array of
             module to controller directory pairs.
         </para></listitem>
 
         <listitem><para>
-            <property>moduleControllerDirectoryName</property>: a string value
+            <emphasis><property>moduleControllerDirectoryName</property></emphasis>: a string value
             indicating the subdirectory under a module that contains
             controllers.
         </para></listitem>
 
         <listitem><para>
-            <property>moduleDirectory</property>: directory under which modules may be
-            found.
+            <emphasis><property>moduleDirectory</property></emphasis>: directory under which
+            modules may be found.
         </para></listitem>
 
         <listitem><para>
-            <property>defaultControllerName</property>: base name of the default
-            controller (normally "index").
+            <emphasis><property>defaultControllerName</property></emphasis>: base name of the
+            default controller (normally "index").
         </para></listitem>
 
         <listitem><para>
-            <property>defaultAction</property>: base name of the default action
-            (normally "index").
+            <emphasis><property>defaultAction</property></emphasis>: base name of the default
+            action (normally "index").
         </para></listitem>
 
         <listitem><para>
-            <property>defaultModule</property>: base name of the default module
-            (normally "default").
+            <emphasis><property>defaultModule</property></emphasis>: base name of the default
+            module (normally "default").
         </para></listitem>
 
         <listitem><para>
-            <property>baseUrl</property>: explicit base <acronym>URL</acronym> to the application
-            (normally auto-detected).
+            <emphasis><property>baseUrl</property></emphasis>: explicit base <acronym>URL</acronym>
+            to the application (normally auto-detected).
         </para></listitem>
 
         <listitem><para>
-            <property>plugins</property>: array of front controller plugin class names.
-            The resource will instantiate each class (with no constructor
+            <emphasis><property>plugins</property></emphasis>: array of front controller plugin
+            class names. The resource will instantiate each class (with no constructor
             arguments) and then register the instance with the front controller.
         </para></listitem>
 
         <listitem><para>
-            <property>params</property>: array of key to value pairs to register with the
-            front controller.
+            <emphasis><property>params</property></emphasis>: array of key to value pairs to
+            register with the front controller.
         </para></listitem>
     </itemizedlist>