WebTemplate.Bind


public function Bind

Prototype:

public function Bind(szTemplate_var_name, var variable)

Parameters

szTemplate_var_name
a string containing the name of the CTP variable
vriable
the concept variable to be linked to the CTP variable

Description:

Binds a template variable to a concept source one.

Return value:

Returns false if failed (the variable is already bound) of true if succeeded.