Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Session and Cache file driver
Post: Session and Cache file driver

Session_files_driver.php Cache_file.php I think it would be better to call it the same. Files or file... You get confused in the config.
1,509 Views
0 Replies
01-27-2018, 02:34 AM
Wertos
    Thread: Codeigniter profiler, where are the queries coming from
Post: Codeigniter profiler, where are the queries coming...

Add to the debugger the output of the file name and the string from which the request is made. Implementation https://gist.github.com/GDmac/7689850 (https://gist.github.com/GDmac/7689850)
1,518 Views
0 Replies
01-27-2018, 01:57 AM
Wertos
    Thread: CodeIgniter 3.1.7 Released
Post: RE: CodeIgniter 3.1.7 Released

The APC driver cache must be removed or marked for deletion. APCu is there and the driver is in the git. IMHO.
75,768 Views
32 Replies
01-26-2018, 03:40 PM
Wertos
    Thread: Ajax & Class Output
Post: RE: Ajax & Class Output

Yes, it worked, but I had to remove the line Code: -- JSON.parse(data); -- In the "callback" is returned already an array. Thank you ! It's decided.
5,154 Views
6 Replies
01-21-2018, 10:06 AM
Wertos
    Thread: Ajax & Class Output
Post: RE: Ajax & Class Output

Code: -- $.ajax({ url: "ajax/ajaxpag", method: "POST", data: post_data }).done(function(data) { var arr = JSON.parse(data); }); -- If you specify the content type as s...
5,154 Views
6 Replies
01-21-2018, 09:35 AM
Wertos
    Thread: Ajax & Class Output
Post: RE: Ajax & Class Output

If you look at the network tab, then the responses from the server are identical. {"html":"","stop":"false","start":0} - This output class {"html":"","stop":"false","start":0} - This echo I...
5,154 Views
6 Replies
01-21-2018, 08:54 AM
Wertos
    Thread: Ajax & Class Output
Post: Ajax & Class Output

I'm trying to give data through an output class PHP Code: -- $this->output  ->set_content_type('application/json', 'UTF-8')  ->set_output(json_encode($my_array)); -- http://i101.fastpic.ru/big...
5,154 Views
6 Replies
01-21-2018, 08:01 AM
Wertos
    Thread: Session hook
Post: RE: Session hook

PHP Code: -- $data = [      'useragent' => $this->agent->agent_string()   ];     $this->session->set_userdata('user', $data);   -- With this I figured out. But still took a class of sessions fr...
3,219 Views
2 Replies
01-10-2018, 09:08 AM
Wertos
    Thread: Session hook
Post: Session hook

Good evening. Sorry for my English ! Prompt, whether it is possible what to write in a field "date" in the table "sessions" the useragent ? I wanted to write a widget "Who is online" CI version - 3....
3,219 Views
2 Replies
01-09-2018, 11:03 AM
Wertos

Theme © iAndrew 2016 - Forum software by © MyBB