Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: file cache with its own library doesn't work
Post: RE: file cache with its own library doesn't work

Would you have better solution to the above problem?
6,741 Views
6 Replies
12-29-2015, 12:12 PM
Veygr
    Thread: file cache with its own library doesn't work
Post: RE: file cache with its own library doesn't work

This comment is from the line 242. See the method custom_result_object - line 178. result_id is empty because file cache clear this field in: PHP Code: -- if ($this->cache_on === TRUE && $this...
6,741 Views
6 Replies
12-28-2015, 02:53 AM
Veygr
    Thread: file cache with its own library doesn't work
Post: RE: file cache with its own library doesn't work

Solution. In: PHP Code: -- system/databases/DB_result.php -- Find (line 186): PHP Code: -- elseif ( ! $this->result_id OR $this->num_rows === 0) -- Replace on: PHP Code: -- elseif ( /* ! $this->...
6,741 Views
6 Replies
12-27-2015, 02:00 AM
Veygr
    Thread: file cache with its own library doesn't work
Post: file cache with its own library doesn't work

When we turn file cache when using own library (custom_result_object) we don't get the result (empty array).
6,741 Views
6 Replies
12-26-2015, 11:43 AM
Veygr
    Thread: autoinit configuration
Post: autoinit configuration

Version 3.0.0 Removed autoinit configuration setting as it doesn’t make sense to instantiate the database class but not connect to the database. What if I have "file cache" for some queries and,...
1,627 Views
0 Replies
12-22-2015, 07:19 AM
Veygr

Theme © iAndrew 2016 - Forum software by © MyBB