Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: always check if a class has been previously loaded ?
Post: always check if a class has been previously loaded...

Hi, Can we use $this->load (library, model, or other loadable class or item) without making a check if that item has been already previously loaded with $this->load->is_loaded() ? Is it the same...
7,349 Views
2 Replies
04-15-2015, 02:13 AM
djsuperfive
    Thread: Query Builder : remove an ORDER BY clause from a query ?
Post: Query Builder : remove an ORDER BY clause from a q...

Hi, is there a method to remove an ORDER BY clause to a query that has been previously added to the same query ? thanks
2,468 Views
1 Replies
04-12-2015, 01:21 AM
djsuperfive
    Thread: autoload config with "second parameter"
Post: RE: autoload config with "second parameter"

ciadmin Wrote: (04-10-2015, 02:24 PM) -- Reading the user guide, you can $this->config->load('blog_settings', TRUE); and you would then reference those config items using $site_name = $this->c...
3,537 Views
2 Replies
04-10-2015, 11:47 PM
djsuperfive
    Thread: autoload config with "second parameter"
Post: autoload config with "second parameter"

Hi, is it possible to autoload a config file with a second parameter set to TRUE, like it is possible in the manual way : $this->config->load('blog_settings', TRUE); see http://www.codeigniter.co...
3,537 Views
2 Replies
04-10-2015, 02:06 PM
djsuperfive
    Thread: ajax check session expiration
Post: ajax check session expiration

Hi, I have set up my own auth library, working with sessions (files driver in CI3). I want to add a periodic ajax check to verify if the user's session has not expired : for example, if the user...
17,022 Views
0 Replies
04-01-2015, 02:15 PM
djsuperfive
    Thread: change default language at runtime ?
Post: RE: change default language at runtime ?

mwhitney Wrote: (03-23-2015, 07:29 AM) -- I don't think you can automatically reload the language files, so you have to set the language before the language files are loaded. Otherwise, you could ...
11,439 Views
0 Replies
03-25-2015, 08:22 AM
djsuperfive
    Thread: change default language at runtime ?
Post: RE: change default language at runtime ?

mwhitney Wrote: (03-23-2015, 07:29 AM) -- I don't think you can automatically reload the language files, so you have to set the language before the language files are loaded. Otherwise, you could ...
11,439 Views
0 Replies
03-23-2015, 08:09 AM
djsuperfive
    Thread: change default language at runtime ?
Post: change default language at runtime ?

Hi, is it possible to change the default language at runtime and automatically reload all language files that are declared in the autoload property ? thanks.
11,439 Views
0 Replies
03-21-2015, 02:29 PM
djsuperfive

Theme © iAndrew 2016 - Forum software by © MyBB