/** * Get path to Koowa libraries */ public static function getPath() { if (!isset(self::$_path)) { self::$_path = dirname(__FILE__); } return self::$_path; }