Welcome Guest, Not a member yet? Register   Sign In
Multi-level subfolders for controllers in CI 2.x
#9

[eluser]gbar[/eluser]
I worked on this thing all day yesterday, making a lot of testing ...
is true, a structure so it works:

Code:
$this->load->model(‘shopping/international/exchange_model’);
$this->load->view(‘shopping/cart/favourite’);

but it is painfully slow, at least in my experience I had ...
This morning I reported levels of depth views and models in a single folder

Code:
$this->load->model(‘folder/model’);
Code:
$this->load->view(‘folder/form_view’);

and the application has reacquired the optimal speed, while your solution for controllers, it works really well.


Messages In This Thread
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-01-2011, 01:23 PM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-02-2011, 10:52 PM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-03-2011, 02:25 PM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-03-2011, 03:22 PM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-05-2011, 03:14 AM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-05-2011, 03:34 AM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-06-2011, 07:06 AM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-06-2011, 07:08 AM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 06-06-2011, 07:19 AM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 01-24-2012, 06:04 PM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 01-24-2012, 09:46 PM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 12-27-2012, 01:53 AM
Multi-level subfolders for controllers in CI 2.x - by El Forum - 02-28-2013, 05:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB