From ba5c4ce31b0b2cbd3a5737a8a887a906bdc80b6d Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Fri, 26 Sep 2008 19:12:50 +0000 Subject: typo fix --- user_guide/general/views.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/general/views.html b/user_guide/general/views.html index 34b75c87c..ff6006025 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -90,7 +90,7 @@ you should do so before continuing.

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

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.

+

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 than .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