Bladeren bron

[DOCUMENTATION] English:
- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16419 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 jaren geleden
bovenliggende
commit
04a981876b
1 gewijzigde bestanden met toevoegingen van 5 en 4 verwijderingen
  1. 5 4
      documentation/manual/en/module_specs/Zend_Cache-Frontends.xml

+ 5 - 4
documentation/manual/en/module_specs/Zend_Cache-Frontends.xml

@@ -549,8 +549,8 @@ $result = $cache->foobar2('1', '2');
                               <entry><type>Boolean</type></entry>
                               <entry><type>Boolean</type></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry><constant>FALSE</constant></entry>
                               <entry>
                               <entry>
-                                  if true, missing master files are ignored silently (an exception
-                                  is raised else)
+                                  if <constant>TRUE</constant>, missing master files are ignored
+                                  silently (an exception is raised else)
                               </entry>
                               </entry>
                          </row>
                          </row>
                       </tbody>
                       </tbody>
@@ -633,7 +633,7 @@ $result = $cache->foobar2('1', '2');
                                       <listitem>
                                       <listitem>
                                           <para>
                                           <para>
                                               <emphasis>(boolean, true by default) cache</emphasis>:
                                               <emphasis>(boolean, true by default) cache</emphasis>:
-                                              cache is on if true
+                                              cache is on if <constant>TRUE</constant>
                                           </para>
                                           </para>
                                       </listitem>
                                       </listitem>
                                       <listitem>
                                       <listitem>
@@ -852,7 +852,8 @@ $cache->start();
             <para>
             <para>
                 Because of design issues, in some cases (for example when using non
                 Because of design issues, in some cases (for example when using non
                 <acronym>HTTP</acronym> 200 return codes), you could need to cancel the current
                 <acronym>HTTP</acronym> 200 return codes), you could need to cancel the current
-                cache process. So we introduce for this particular frontend, the cancel() method.
+                cache process. So we introduce for this particular frontend, the
+                <methodname>cancel()</methodname> method.
             </para>
             </para>
             <programlisting language="php"><![CDATA[
             <programlisting language="php"><![CDATA[
 // [...] // require, configuration and factory
 // [...] // require, configuration and factory