示例#1
0
 protected function clean_checked_tables()
 {
     self::$checked_tables = array();
     $this->cache->delete('fs_checked_tables', TRUE);
 }
 /**
  * Elimina la lista con los últimos cambios del usuario.
  */
 public function clean_last_changes()
 {
     $this->last_changes = array();
     $this->cache->delete('last_changes_' . $this->user->nick);
 }