In CodeIgniter, how to delete database cache dynamically with specific id?

前端 未结 0 2003
轻奢々
轻奢々 2021-01-13 13:17

Suppose my controller fetch specific data for delete.

public function clear_cache($id){   
    $this->db->cache_delete(\'controller\',\'method\') 
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题