From 108d18acae3cf6e6e05afe2526eca97bfabcb4ad Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 2 Sep 2006 17:45:38 +0000 Subject: --- user_guide/general/views.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/general/views.html') 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.

$this->load->view('name'); -

Where name is the name of your view file, without the .php file extension.

+

Where name is the name of your view file. Note: The .php file extension does not need to be specified unless you use something other then .php.

Now, open the controller file you made earlier called blog.php, and replace the echo statement with the view loading function:

-- cgit v1.2.3-24-g4f1b