Welcome Guest, Not a member yet? Register   Sign In
Not Picking Up If Exist File
#5

[eluser]razerone[/eluser]
[quote author="Tpojka" date="1382699696"]Maybe this can be solution:

Code:
public function index() {

  if (!$this->load->view('theme'. $filename)) {
      $this->load->view('/theme/default/template/common/welcome_message.php');
  }
}
[/quote]

I also need to pass an array of couple of controllers not picking up must be done for something else what is codeigniter equilvent

$this->children = array(
'common/footer',
'common/header'
);


Messages In This Thread
Not Picking Up If Exist File - by El Forum - 10-25-2013, 12:30 AM
Not Picking Up If Exist File - by El Forum - 10-25-2013, 02:21 AM
Not Picking Up If Exist File - by El Forum - 10-25-2013, 02:25 AM
Not Picking Up If Exist File - by El Forum - 10-25-2013, 04:14 AM
Not Picking Up If Exist File - by El Forum - 10-25-2013, 04:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB