Home > Backend Development > PHP Tutorial > 请教下 laravel3 里的 use Router

请教下 laravel3 里的 use Router

WBOY
Release: 2016-06-06 20:48:32
Original
1170 people have browsed it

请教下 laravel3 里的 use Router

如图,laravel3框架里加载的第一个框架核心文件,顶部直接就是 use Router
这个 Router 是哪里来的?没看到之前有加载啊,autoload 的部分还没执行到,实在有点想不通了,谁能解释下?

回复内容:

请教下 laravel3 里的 use Router

如图,laravel3框架里加载的第一个框架核心文件,顶部直接就是 use Router
这个 Router 是哪里来的?没看到之前有加载啊,autoload 的部分还没执行到,实在有点想不通了,谁能解释下?

这里只是申明要使用这空间而已,跟有没有加载有什么关系啊。。。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template