1

如何扩展 CodeIgniter 缓存适配器?我试过:

MY_Cache_file extends CI_Cache_file{
   ...
}


MY_Cache_apc extends CI_Cache_apc{
   ...
}

但似乎不起作用......有可能吗?

4

1 回答 1

1

据我所知,这是不可能的。它仍然是一个应该实现的功能: https ://github.com/EllisLab/CodeIgniter/issues/179

于 2012-04-25T17:32:34.730 回答