예제 #1
0
파일: config.php 프로젝트: grimmdude/jebson
 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.
 }