|
|
@@ -9,10 +9,11 @@ class DotNotation extends Mustache {
|
|
|
public $person = array(
|
|
|
'name' => array('first' => 'Chris', 'last' => 'Firescythe'),
|
|
|
'age' => 24,
|
|
|
+ 'hobbies' => array('Cycling', 'Fishing'),
|
|
|
'hometown' => array(
|
|
|
- 'city' => 'Cincinnati',
|
|
|
+ 'city' => 'Cincinnati',
|
|
|
'state' => 'OH',
|
|
|
- )
|
|
|
+ ),
|
|
|
);
|
|
|
|
|
|
public $normal = 'Normal';
|