Forum
Perch API - Questions re '->set' method
Hi guys,
I've been working on an app for a while now, and I'm just looking for a little advice on the below code (Perch standard code):
$Template = $API->get('Template');
$Template->set('members/member.html', 'members', $Members->default_fields);
How does this work? What are the parameters in the ->set()
function achieving?
Thanks Harry
Hi Harry,