Example #1
0
 public static function init()
 {
     self::$contentDirectory = dirname(__FILE__) . '/content/';
     // The directory that houses the content files.
     self::$viewsDirectory = dirname(__FILE__) . '/views/';
     // The directory that houses the view files.
 }