diff options
author | Derek Jones <derek.jones@ellislab.com> | 2011-10-06 00:40:07 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2011-10-06 00:40:07 +0200 |
commit | af8da30f5ef4420029fa71bef4d703192ccc3436 (patch) | |
tree | 9db3c224a2b882a13551c31e35ce3b03b67c35ea /user_guide_src/source/general/caching.rst | |
parent | 46715e5ca1451de2faa32b5866c37a40c8051423 (diff) |
fixing code block spacing on caching, ancillary class, and alternative php docs
Diffstat (limited to 'user_guide_src/source/general/caching.rst')
-rw-r--r-- | user_guide_src/source/general/caching.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/general/caching.rst b/user_guide_src/source/general/caching.rst index 8cc8e5c7a..bf6ed50f6 100644 --- a/user_guide_src/source/general/caching.rst +++ b/user_guide_src/source/general/caching.rst @@ -41,9 +41,9 @@ The above tag can go anywhere within a function. It is not affected by the order that it appears, so place it wherever it seems most logical to you. Once the tag is in place, your pages will begin being cached. -**Warning:** Because of the way CodeIgniter stores content for output, -caching will only work if you are generating display for your controller -with a :doc:`view <./views>`. +.. important:: Because of the way CodeIgniter stores content for output, + caching will only work if you are generating display for your controller + with a :doc:`view <./views>`. .. note:: Before the cache files can be written you must set the file permissions on your application/cache folder such that it is writable. |