diff options
author | admin <devnull@localhost> | 2006-09-02 19:45:38 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-09-02 19:45:38 +0200 |
commit | 108d18acae3cf6e6e05afe2526eca97bfabcb4ad (patch) | |
tree | 80b28aefb1dac4e85ea3a55b26ceb2a866c7456b | |
parent | 4064c1d7dab84fcafb42267a35a3b3aba8f9952d (diff) |
-rw-r--r-- | user_guide/general/views.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/views.html b/user_guide/general/views.html index 14b03e58f..b05e44c36 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -95,7 +95,7 @@ you should do so before continuing.</p> <code>$this->load->view('<var>name</var>');</code>
-<p>Where <var>name</var> is the name of your view file, without the .php file extension.</p>
+<p>Where <var>name</var> is the name of your view file. Note: The .php file extension does not need to be specified unless you use something other then <kbd>.php</kbd>.</p>
<p>Now, open the controller file you made earlier called <dfn>blog.php</dfn>, and replace the echo statement with the view loading function:</p>
|