Ejemplo n.º 1
0
 /**
  * Initializes the class.
  *
  * @param string $htdocs  Htdocs path
  * @param string $backend Backend folder name
  */
 public static function init($htdocs, $backend)
 {
     self::$base = realpath($htdocs) . '/';
     self::$backend = $backend;
 }