Base10 Utils $url = Url::init()->push('a', 'b') echo $url; // a/b or short $url = Url::init('a', 'b') echo $url; // a/b