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

relate_to_array()

Parameters

ColumnTypeDefaultDescription
$ref
$array

Location

include/resource_functions.php lines 3421 to 3426

Definition

 
function relate_to_array($ref,$array)    
    {
    
# Relates a resource to each in a simple array of ref numbers
        
sql_query("delete from resource_related where resource='$ref' or related='$ref'");  
        
sql_query("insert into resource_related(resource,related) values ($ref," join("),(" $ref ",",$array) . ")");
    }        

This article was last updated 8th July 2020 11:35 Europe/London time based on the source file dated 7th July 2020 16:18 Europe/London time.