Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 5 matches
Smarty Forum Index
Author Message
  Topic: Memcache Custom Cache Implementation
sarabtech

Replies: 4
Views: 19142

PostForum: Smarty 3   Posted: Tue Mar 21, 2017 11:01 am   Subject: Memcache Custom Cache Implementation
Hi Admin,

Kindly note the following in my code:

$smarty->plugins_dir = ROOTPATH . "/smarty_plugins";

$smarty->caching_type = 'memcache';
(OR)
$smarty->caching_type = 'my ...
  Topic: Memcache Custom Cache Implementation
sarabtech

Replies: 4
Views: 19142

PostForum: Smarty 3   Posted: Mon Mar 20, 2017 5:06 am   Subject: Memcache Custom Cache Implementation
Hi Admin,

Smarty is working perfectly. If I use any modifiers like "upper" or "truncate" or "lower", then I'm getting that error message.
  Topic: Memcache Custom Cache Implementation
sarabtech

Replies: 4
Views: 19142

PostForum: Smarty 3   Posted: Fri Mar 17, 2017 2:46 pm   Subject: Memcache Custom Cache Implementation
Hi All,

I'm using the following code for memcache for smarty caching.

PHP: 5.6.26
Smarty: 3.1.31 (via composer)
Memcache: 1.4.4
Plugin:


$rootDir = (dirname(__DIR__));
...
  Topic: Cache Groups and isCached issue
sarabtech

Replies: 3
Views: 12691

PostForum: Smarty 3   Posted: Thu Aug 07, 2014 5:45 am   Subject: Cache Groups and isCached issue
Hi Admin,

I am using 3.1.17.
  Topic: Cache Groups and isCached issue
sarabtech

Replies: 3
Views: 12691

PostForum: Smarty 3   Posted: Wed Aug 06, 2014 12:29 pm   Subject: Cache Groups and isCached issue
I have the following code.


<?php

require_once 'Smarty/libs/Smarty.class.php';

$smarty = new Smarty;
$smarty->debugging = true;
$smarty->use_sub_dirs = true;

$smarty->compil ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP