Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

download_summary()

Parameters

ColumnTypeDefaultDescription
$resource

Location

include/resource_functions.php lines 5900 to 5904

Definition

 
function download_summary($resource)
    {
    
# Returns a summary of downloads by usage type
    
return ps_query("select usageoption,count(*) c from resource_log where resource=? and type='D' group by usageoption order by usageoption",array("i",$resource));
    }

This article was last updated 5th May 2024 17:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.