diff options
author | admin <devnull@localhost> | 2006-10-31 19:22:29 +0100 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-31 19:22:29 +0100 |
commit | 1b90c27c46dde1b5cc79a295c5e36f402a144063 (patch) | |
tree | 979dc247e9c296afe189c491f44121c9dbd204b2 /user_guide/libraries/loader.html | |
parent | 3fc979dd87dbda346c0f8b7da78de15b6d84c64d (diff) |
Diffstat (limited to 'user_guide/libraries/loader.html')
-rw-r--r-- | user_guide/libraries/loader.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/loader.html b/user_guide/libraries/loader.html index c7cf82d40..448ba4c47 100644 --- a/user_guide/libraries/loader.html +++ b/user_guide/libraries/loader.html @@ -93,7 +93,7 @@ Each library is described in detail in its own page, so please read the informat <p>This function is used to load your View files. If you haven't read the <a href="../general/views.html">Views</a> section of the
user guide it is recommended that you do since it shows you how this function is typically used.</p>
-<p>The first parameter is required. It is the name of the view file you would like to load.</p>
+<p>The first parameter is required. It is the name of the view file you would like to load. Note: The .php file extension does not need to be specified unless you use something other then <kbd>.php</kbd>.</p>
<p>The second <strong>optional</strong> parameter can take
an associative array or an object as input, which it runs through the PHP <a href="http://www.php.net/extract">extract</a> function to
|