Welcome Guest, Not a member yet? Register   Sign In
Blank page?
#1

[eluser]whygod[/eluser]
Why these codes below is not displaying anything?

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

class Admin extends MX_Controller
{
public $data;

    function __construct ()
    {
        parent::__construct();
        
  $this->data['message'] = '';
  $this->data['title'] = 'AdminS9 Control Panel';
  
        $this->load->model('users_model');
    }

    function index(){
  $this->data['password_header'] = $this->load->view('password_header', $this->data, TRUE);
  $this->load->view('password', $this->data);  

    }

}


I think there is an error causing this.
So what's causing this problem?

Thanks in advance.


Messages In This Thread
Blank page? - by El Forum - 05-11-2014, 10:34 AM
Blank page? - by El Forum - 05-11-2014, 10:43 AM
Blank page? - by El Forum - 05-11-2014, 12:13 PM
Blank page? - by El Forum - 05-11-2014, 02:30 PM
Blank page? - by El Forum - 05-11-2014, 05:19 PM
Blank page? - by El Forum - 05-13-2014, 04:21 AM
Blank page? - by El Forum - 05-13-2014, 04:52 AM
Blank page? - by El Forum - 05-13-2014, 05:25 AM
Blank page? - by El Forum - 05-13-2014, 10:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB