Welcome Guest, Not a member yet? Register   Sign In
Multiple Resource Loading in CI
#3

[eluser]Aken[/eluser]
A PHP script is not a server resource - there's no way to "store" it for use on another HTTP request.

The best thing you can do is set up your application to only use resources when you need them. You can do this individually in different controllers/models/libraries, through base classes like MY_Controller, etc.


Messages In This Thread
Multiple Resource Loading in CI - by El Forum - 10-03-2012, 10:27 AM
Multiple Resource Loading in CI - by El Forum - 10-03-2012, 01:22 PM
Multiple Resource Loading in CI - by El Forum - 10-03-2012, 09:54 PM
Multiple Resource Loading in CI - by El Forum - 10-05-2012, 09:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB