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 5898 to 5902

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 27th April 2024 09:05 Europe/London time based on the source file dated 26th April 2024 11:50 Europe/London time.