Coding standards
Security in ResourceSpace
Developer reference
Database
Action functions
Admin functions
Ajax functions
Annotation functions
API functions
Collections functions
Comment functions
Config functions
CSV export functions
Dash functions
Debug functions
Encryption functions
Facial recognition functions
File functions
General functions
Language functions
Log functions
Login functions
Message functions
Migration functions
Node functions
PDF functions
Plugin functions
Render functions
Reporting functions
Request functions
Research functions
Slideshow functions
Theme permission functions
User functions
Video functions
Database functions
Metadata functions
Resource functions
Search functions
Map functions
Job functions
Tab functions
Test 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.