Welcome Guest, Not a member yet? Register   Sign In
Load view from Controller issue
#5

(06-11-2018, 03:20 PM)dave friend Wrote:
(06-11-2018, 01:34 PM)hiteshpatel1979 Wrote: Yes Dave...its in the /application/views/pages folder.

Thanks.

If the path to the file is  /application/views/pages/contact-us.php

Then this line

PHP Code:
$this->load->view('contact-us'$data); 

should be

PHP Code:
$this->load->view('pages/contact-us'$data); 
Thanks Dave.
I will try today and let you know how it goes.
Reply


Messages In This Thread
RE: Load view from Controller issue - by hiteshpatel1979 - 06-11-2018, 04:14 PM
RE: Load view from Controller issue - by InsiteFX - 06-12-2018, 03:11 AM
RE: Load view from Controller issue - by InsiteFX - 06-12-2018, 03:32 AM
RE: Load view from Controller issue - by InsiteFX - 06-12-2018, 06:42 AM
RE: Load view from Controller issue - by enelson - 06-12-2018, 09:17 AM
RE: Load view from Controller issue - by InsiteFX - 06-13-2018, 10:55 AM
RE: Load view from Controller issue - by InsiteFX - 06-15-2018, 06:36 AM
RE: Load view from Controller issue - by InsiteFX - 06-15-2018, 08:06 AM
RE: Load view from Controller issue - by InsiteFX - 06-15-2018, 09:33 AM
RE: Load view from Controller issue - by InsiteFX - 06-16-2018, 09:23 AM
RE: Load view from Controller issue - by InsiteFX - 06-22-2018, 10:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB