Welcome Guest, Not a member yet? Register   Sign In
[Solved] Loading view as $string not working
#6

[eluser]riwakawd[/eluser]
[quote author="CroNiX" date="1398960114"]No, but it goes in the 3rd parameter, not 2nd. Data is for 2nd parameter. If you're not sending data to the view, use an empty array there, or NULL would probably work.[/quote]

Tried null and put true in 3rd view only footer now showing

Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

class Login extends MX_Controller {

public function index() {
  $this->setOutput();
}

function setOutput() {
  //$data['title'] = "Administration";

  $data['header'] = $this->load->view('template/common/header');
  $data['footer'] =  $this->load->view('template/common/footer');

  $this->load->view('template/common/login', true);
}
}


Messages In This Thread
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 08:43 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 08:56 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 09:00 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 09:01 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 09:05 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 09:06 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 09:07 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 09:10 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 09:14 AM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 03:57 PM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 06:08 PM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 08:15 PM
[Solved] Loading view as $string not working - by El Forum - 05-01-2014, 10:42 PM
[Solved] Loading view as $string not working - by El Forum - 05-02-2014, 03:00 AM
[Solved] Loading view as $string not working - by El Forum - 05-02-2014, 03:18 AM



Theme © iAndrew 2016 - Forum software by © MyBB