From ff845f94cc8876bc6c23c2f55b695bc569038512 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 26 Jun 2008 17:05:55 +0000 Subject: changed your-site.com to example.com doc-wide --- 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 3417f55b4..8ccc8d471 100644 --- a/user_guide/general/views.html +++ b/user_guide/general/views.html @@ -111,7 +111,7 @@ class Blog extends Controller {

If you visit the your site using the URL you did earlier you should see your new view. The URL was similar to this:

-www.your-site.com/index.php/blog/ +example.com/index.php/blog/

Loading multiple views

CodeIgniter will intelligently handle multiple calls to $this->load->view from within a controller. If more then one call happens they will be appended together. For example, you may wish to have a header view, a menu view, a content view, and a footer view. That might look something like this:

-- cgit v1.2.3-24-g4f1b