|
Yaf_View_Simple::assignRefThe assignRef purpose Beschreibung
public bool Yaf_View_Simple::assignRef
( string
$name
, mixed &$value
)unlike Yaf_View_Simple::assign, this method assign a ref value to engine. Parameter-Liste
Rückgabewerte
BeispieleBeispiel #1 Yaf_View_Simple::assignRefexample
<?phpBeispiel #2 templateexample
<html>Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: /* access the index controller will result: */ changed Siehe auch
|