Home >Backend Development >PHP Tutorial >fatfree-f3小型php框架(二)

fatfree-f3小型php框架(二)

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-23 13:31:05909browse

我们的第一个例子不是很难懂,但是如果需要更多的功能与要求,我们就要在

$f3->run() 之前一些别的路由:

<span style="font-size;">    $f3->route->('GET /about',    function(){        echo 'Donations go to a local charity.....us!';      }  );</span>

Statement:
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