Update examples for v2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
class Complex extends Mustache {
|
||||
class Complex {
|
||||
public $header = 'Colors';
|
||||
|
||||
public $item = array(
|
||||
@@ -16,4 +16,4 @@ class Complex extends Mustache {
|
||||
public function isEmpty() {
|
||||
return count($this->item) === 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user