diff --git a/README.markdown b/README.markdown index 7097147..108a0a8 100644 --- a/README.markdown +++ b/README.markdown @@ -50,6 +50,24 @@ And render it: echo $m->render($template, $chris); ?> +Here's the same thing, a different way: + + value - ($this->value * 0.4); + } + + public $in_ca = true; + } + + $c = new Chris; + echo $chris->render($template); + ?> + See Also --------