Update examples for v2.0

This commit is contained in:
Justin Hileman
2012-02-29 18:02:36 -08:00
parent d2136d91b3
commit 1d116d1b77
40 changed files with 69 additions and 132 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
class SectionObjects extends Mustache {
class SectionObjects {
public $start = "It worked the first time.";
public function middle() {
@@ -13,4 +13,4 @@ class SectionObjects extends Mustache {
class SectionObject {
public $foo = 'And it worked the second time.';
public $bar = 'As well as the third.';
}
}