Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How implement cache on Search query sql
Post: RE: How implement cache on Search query sql

Okay, I just found the bug... it was missing to indicate the cache directory in database.php https://i.imgur.com/j8RgLiz.png
3,491 Views
4 Replies
12-19-2018, 04:02 AM
Decibel150
    Thread: How implement cache on Search query sql
Post: RE: How implement cache on Search query sql

php_rocs Wrote: (12-18-2018, 04:00 PM) -- @Decibel150, What version of CI are you using?  Is the CI cache directory writable? Are there any errors in the CI log file? Also, have you tried this... ...
3,491 Views
4 Replies
12-19-2018, 03:55 AM
Decibel150
    Thread: How implement cache on Search query sql
Post: How implement cache on Search query sql

Hi guys, I need to be able to cache all kinds of searches with like. I have it this way, according to the documentation, but according to the profiler, it doesn't save in cache and the query is ...
3,491 Views
4 Replies
12-18-2018, 02:03 PM
Decibel150
    Thread: Problem with parser
Post: RE: Problem with parser

ciadmin Wrote: (09-01-2018, 07:44 AM) -- The template parser is not recursive. You will have to use it once to substitute for site_name, and then again for tha main template, for instance something l...
7,262 Views
10 Replies
09-01-2018, 08:41 AM
Decibel150
    Thread: Problem with parser
Post: RE: Problem with parser

Nothing, no one seems to understand. I define the variables to be used in the view with parser: PHP Code: -- $ConfigurationSite = $this->MainModel->Configuration(); $SeoBooks = $this->Books->boo...
7,262 Views
10 Replies
09-01-2018, 07:09 AM
Decibel150
    Thread: Problem with parser
Post: RE: Problem with parser

ciadmin Wrote: (08-31-2018, 10:51 AM) -- You need to use the template parser, and not the normal views. $this->load('parser'); $this->parser->parse(YOUR_TEMPLATE_FILENAME,$data); -- yes, that's...
7,262 Views
10 Replies
08-31-2018, 12:53 PM
Decibel150
    Thread: Problem with parser
Post: RE: Problem with parser

Pertti Wrote: (08-31-2018, 08:57 AM) -- Haven't used it myself, but over here https://www.codeigniter.com/userguide3/libraries/parser.html#usage-notes looks like you need to set seo_book_title first ...
7,262 Views
10 Replies
08-31-2018, 09:50 AM
Decibel150
    Thread: Problem with parser
Post: Problem with parser

Hi guys, I have a problem that I can't solve right now, I'm using the parser library, and i need it to show a defined variable stored in the database in the view. PHP Code: -- $data = [ 'site...
7,262 Views
10 Replies
08-31-2018, 08:11 AM
Decibel150

Theme © iAndrew 2016 - Forum software by © MyBB