Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7082269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T07:01:37+00:00 2026-05-28T07:01:37+00:00

This code for extract files dir and title. The user download when clicked the

  • 0

This code for extract files dir and title. The user download when clicked the file link. I need to count then number of downloads. How to do this with cakephp or php?

downloads_controller.php:

function index() {
    $this->set('downloads', $this->paginate());
}

downloads/index.ctp:

<?php
    $title = $download['Download']['title']; 
    // output filetitle 
    $filename = '/files/'.$download['Download']['filename']; 
    // output http://localhost/tet/files/un5titled0.rar
    echo $this->Html->link($title, $filename,array('escape' => false)); 
?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T07:01:38+00:00Added an answer on May 28, 2026 at 7:01 am
    function download($id = null) {
        $download = $this->Download->findById($id);
        $this->set(compact('download'));
        if(!empty($id)) {
            // increment the number of items downloads 
            $this->Download->save(array(
                'Download' => array(
                    'id' => $id,
                    'counts' => ($download['Download']['counts'] + 1)
                )
            ));
        }
    
        header('Location: http://localhost/tet/files/'.$download['Download']['filename']);
        exit();
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to extract .zip files and I'm using this code: String zipFile =
What's wrong with this code... I am trying to parse pdf files and extract
This is a very hard to explain question and I hope my code extract
The purpose of this code is to pull upgrade.zip from a central server, extract
Following the directions at this question , I have some code running to extract
This code does not seem to compile, I just need to write something to
My user uploads a zip file with 3 files (A.ttf, A.svg, A.otf) and I
I need to extract information from .ttf files. Such as the font's name and
I need to extract data from a .dbf file and transform it into xml.
I use PHP zip function to extract files from a zip file $zip =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.