Update examples for v2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class SectionIteratorObjects extends Mustache {
|
||||
class SectionIteratorObjects {
|
||||
public $start = "It worked the first time.";
|
||||
|
||||
protected $_data = array(
|
||||
@@ -13,4 +13,4 @@ class SectionIteratorObjects extends Mustache {
|
||||
}
|
||||
|
||||
public $final = "Then, surprisingly, it worked the final time.";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user