Adding examples.

This commit is contained in:
Justin Hileman
2010-03-30 14:57:18 -04:00
parent a51146f5e2
commit 5e99b15252
12 changed files with 82 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
class Comments extends Mustache {
public function title() {
return 'A Comedy of Errors';
}
}