소스 검색

[DOCUMENTATION] English:
- fix compilation errors

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

mikaelkael 16 년 전
부모
커밋
46724f97ec

+ 1 - 1
documentation/manual/en/module_specs/Zend_Application-AvailableResources-CacheManager.xml

@@ -20,7 +20,7 @@
 
         <para>
             Below is a sample <acronym>INI</acronym> file showing how
-            <classname>Zend_Cache_Manager<classname> may be configured. The format
+            <classname>Zend_Cache_Manager</classname> may be configured. The format
             is the CacheManager resource prefix (resources.cacheManager) followed
             be the name to assign to an option cache template/bundle (e.g.
             resources.cacheManager.database) and finally followed by a typical

+ 2 - 2
documentation/manual/en/module_specs/Zend_Cache-Cache_Manager.xml

@@ -6,7 +6,7 @@
     <para>
         It's the nature of applications to require a multitude of caches of any
         type often dependent on the controller, library or domain model being
-        accessed. To allow for a simple means of defining <classname>Zend_Cache<classname>
+        accessed. To allow for a simple means of defining <classname>Zend_Cache</classname>
         options in advance (such as from a bootstrap) so that accessing a cache
         object requires minimum setup within the application source code, the
         <classname>Zend_Cache_Manager</classname> class was written. This class
@@ -23,7 +23,7 @@
         These templates do not give rise to a cache until the user attempts to retrieve
         a named cache (associated with an existing option template) using the method
         <methodname>Zend_Cache_Manager::getCache()</methodname>.
-    <para>
+    </para>
     
     <programlisting language="php"><![CDATA[
 $manager = new Zend_Cache_Manager;