I'm very new to PHP on TRAX and the 开发者_开发知识库site's doc(s) aren't that great... How do i pass a var (say $monthago
) to the view?
$this->VariableName = $VariableName;
so simple, I almost felt dumb asking the question :)
I'm very new to PHP on TRAX and the 开发者_开发知识库site's doc(s) aren't that great... How do i pass a var (say $monthago
) to the view?
$this->VariableName = $VariableName;
so simple, I almost felt dumb asking the question :)
精彩评论