From ba5c4ce31b0b2cbd3a5737a8a887a906bdc80b6d Mon Sep 17 00:00:00 2001
From: Rick Ellis
$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