Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to change base config dynamic?
Post: RE: How to change base config dynamic?

kilishan Wrote: (01-11-2019, 11:40 PM) -- Doh! I got to thinking about this after the previous posts and remembered that the request object has a setLocale() method. So, from your controllers you sho...
14,132 Views
9 Replies
01-12-2019, 02:38 PM
ramstudio
    Thread: How to change base config dynamic?
Post: RE: How to change base config dynamic?

kilishan Wrote: (01-11-2019, 01:14 PM) -- Looks like a workflow we didn't take into account then. Will have to look into that. Thanks. -- Thank you very much for your reply. I look forward to the ...
14,132 Views
9 Replies
01-11-2019, 01:24 PM
ramstudio
    Thread: How to change base config dynamic?
Post: RE: How to change base config dynamic?

kilishan Wrote: (01-11-2019, 08:40 AM) -- @ramstudio what's your Browser language set to? The negotiation feature works with the browser to detect the language it should use. It's possible that if yo...
14,132 Views
9 Replies
01-11-2019, 12:54 PM
ramstudio
    Thread: How to change base config dynamic?
Post: RE: How to change base config dynamic?

titounnes Wrote: (01-09-2019, 09:32 AM) -- You can try like this. Config('App')->foo = 'bar'; -- Or a bug, or I do not understand. Lang added http://i.piccy.info/i9/0daa23ef3601f9a239925be67c3...
14,132 Views
9 Replies
01-10-2019, 02:01 AM
ramstudio
    Thread: How to change base config dynamic?
Post: How to change base config dynamic?

How to change base config dynamic? In Ci3 If you would like to dynamically set a config item or change an existing one, you can do so using: Code: -- $this->config->set_item('item_name', 'item_va...
14,132 Views
9 Replies
01-09-2019, 12:15 AM
ramstudio
    Thread: How can I check the uri segment?
Post: RE: How can I check the uri segment?

He asked, he answered. $ uri = current_url (true); $ class_open = $ uri-> getSegment (2); Understood.
6,894 Views
4 Replies
01-08-2019, 07:56 AM
ramstudio
    Thread: Return autoload.
Post: RE: Return autoload.

Yes, I guess I got excited. Startup is great, just a little getting used to. And in general is very nice that being good documentation.
5,081 Views
4 Replies
01-08-2019, 07:53 AM
ramstudio
    Thread: How can I check the uri segment?
Post: How can I check the uri segment?

How can I check the uri segment? In Ci3, it was possible to check Code: -- $this->uri->segment(2); --
6,894 Views
4 Replies
01-08-2019, 06:43 AM
ramstudio
    Thread: Return autoload.
Post: Return autoload.

Return autoload. In ci3 it was convenient. config/autoload.php Code: -- $autoload['libraries'] = array('test_lib'); -- Projects often use the same libraries and helpers. Starting to write...
5,081 Views
4 Replies
01-07-2019, 09:04 AM
ramstudio
    Thread: CodeIgniter 3.1.9 released
Post: RE: CodeIgniter 3.1.9 released

Thanks you so much CI Team....!!
123,445 Views
49 Replies
07-22-2018, 07:04 AM
ramstudio

Theme © iAndrew 2016 - Forum software by © MyBB