Welcome Guest, Not a member yet? Register   Sign In
New with Code Igniter - Application structure
#2

[eluser]macleodjb[/eluser]
This is how i do it.

I place this in my view file
Code:
<?php
$this->load->view("header_meta");
$this->load->view("header");
$this->load->view("hormenu");
these are only view files

Then i place this inside my controller,
Code:
$data['page_title'] = "My page Title";
$data['page_desc'] = "My page Description";
$data['page_keywords'] = "My page Keywords";
$this->load->view('register', $data);


Messages In This Thread
New with Code Igniter - Application structure - by El Forum - 02-25-2009, 12:42 PM
New with Code Igniter - Application structure - by El Forum - 02-25-2009, 06:32 PM
New with Code Igniter - Application structure - by El Forum - 02-25-2009, 08:22 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 12:54 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 01:43 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 01:53 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 01:58 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 02:00 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 02:08 PM
New with Code Igniter - Application structure - by El Forum - 02-26-2009, 04:24 PM
New with Code Igniter - Application structure - by El Forum - 03-03-2009, 01:32 PM
New with Code Igniter - Application structure - by El Forum - 03-03-2009, 04:40 PM
New with Code Igniter - Application structure - by El Forum - 03-03-2009, 11:48 PM
New with Code Igniter - Application structure - by El Forum - 03-05-2009, 02:42 AM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 03:43 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 05:35 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 07:12 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 07:39 PM
New with Code Igniter - Application structure - by El Forum - 04-03-2009, 08:00 PM
New with Code Igniter - Application structure - by El Forum - 04-04-2009, 04:04 AM
New with Code Igniter - Application structure - by El Forum - 06-13-2009, 04:44 AM
New with Code Igniter - Application structure - by El Forum - 06-13-2009, 05:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB