We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{include file="../application/view/default/public/header.html" /}
如果是正常的部署并且设置目录到public,那么这个包含文件是正常的, 此时是基于public目录开始的. 但如果是使用:
think php run
就会出现问题,就不是基于项目public目录而是项目根目录了.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如果是正常的部署并且设置目录到public,那么这个包含文件是正常的,
此时是基于public目录开始的.
但如果是使用:
就会出现问题,就不是基于项目public目录而是项目根目录了.
The text was updated successfully, but these errors were encountered: