SproutCMS

This is the code documentation for the SproutCMS project

function bind()

Sets a bound variable by reference.

Usage

object $View->bind ( string $name , mixed &$var );

Arguments

  1. string $name
    name of variable
  2. mixed $var (by reference)
    variable to assign by reference

Return value

  • object