Hi, I have following basic controller made with the help of GCRUD website. I have 2 views main_view which i load from the index method of main controller and our_template.php view to load the data. This is working fine. But when i try to load the data into first view which is in index method it does not load the data in this view. please see the code and guide me how can i load data in the view of my choice. my main goal is that when user login into main view he remains there while exploring all data. So one view should do all the job. main Controller example below