Welcome Guest, Not a member yet? Register   Sign In
Suggestions for application development method
#2

[eluser]imn.codeartist[/eluser]
not need to give .php extension while loading views

Code:
$this->load->view('template/header.php');

instead of

Code:
$this->load->view('template/header');
is just fine


Messages In This Thread
Suggestions for application development method - by El Forum - 11-09-2009, 03:37 AM
Suggestions for application development method - by El Forum - 11-10-2009, 05:48 AM
Suggestions for application development method - by El Forum - 11-10-2009, 05:53 AM
Suggestions for application development method - by El Forum - 11-10-2009, 06:00 AM
Suggestions for application development method - by El Forum - 11-10-2009, 06:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB