Welcome Guest, Not a member yet? Register   Sign In
Execute controller from view
#21

[eluser]Gilles_T[/eluser]
Thank you for your advices. In the meantime I have used a simple way to prototype the page layout by calling views in views.

I had totally missed the true/false parameter in the load->view so that the content of a view is assigned to a variable which is passed to the global view.
Code:
$this->load->view('tbord_panneau_synthese_view',array(
                 'esp_html'  => $this->load->view('esp_panneau_tbord_view',$data_esp,true),
                 'conv_html' =>  $this->load->view('conv_panneau_tbord_view',$data_conv,true),
                 'agd_html' => $this->load->view('agd_panneau_tbord_view',$data_agd,true),
                 'fic_html'  =>  $this->load->view('fil_panneau_tbord_view',$data_fil,true),
                 )
             );

Hope this is in line with MVC best practice...

Anyway, I'm going to dig in the HMVC direction in order to set up a clean architecture and much easier to maintain.


Messages In This Thread
Execute controller from view - by El Forum - 11-01-2007, 03:23 AM
Execute controller from view - by El Forum - 11-01-2007, 04:12 AM
Execute controller from view - by El Forum - 11-01-2007, 04:48 AM
Execute controller from view - by El Forum - 11-01-2007, 05:07 AM
Execute controller from view - by El Forum - 11-01-2007, 05:17 AM
Execute controller from view - by El Forum - 11-01-2007, 05:34 AM
Execute controller from view - by El Forum - 11-01-2007, 06:01 AM
Execute controller from view - by El Forum - 11-01-2007, 07:37 AM
Execute controller from view - by El Forum - 11-01-2007, 09:19 AM
Execute controller from view - by El Forum - 11-01-2007, 10:14 AM
Execute controller from view - by El Forum - 11-01-2007, 04:25 PM
Execute controller from view - by El Forum - 11-01-2007, 04:47 PM
Execute controller from view - by El Forum - 11-02-2007, 08:20 AM
Execute controller from view - by El Forum - 11-02-2007, 11:17 AM
Execute controller from view - by El Forum - 11-02-2007, 02:38 PM
Execute controller from view - by El Forum - 07-07-2009, 10:33 AM
Execute controller from view - by El Forum - 07-07-2009, 12:26 PM
Execute controller from view - by El Forum - 02-17-2010, 07:29 AM
Execute controller from view - by El Forum - 07-27-2011, 06:35 AM
Execute controller from view - by El Forum - 07-27-2011, 08:07 AM
Execute controller from view - by El Forum - 07-27-2011, 08:37 AM
Execute controller from view - by El Forum - 08-03-2011, 02:20 AM
Execute controller from view - by El Forum - 08-06-2011, 03:04 AM
Execute controller from view - by El Forum - 08-06-2011, 05:24 PM
Execute controller from view - by El Forum - 08-08-2011, 04:09 AM
Execute controller from view - by El Forum - 08-09-2011, 02:59 AM
Execute controller from view - by El Forum - 07-18-2012, 06:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB