Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在没有 ssh 访问的情况下在 Yii 框架中创建新的 webapp?
我正在关注教程,但我没有对服务器的 ssh 访问权限。
谢谢!
只需下载博客之类的演示之一,然后删除所有控制器、模型和视图。您可能想要离开 SiteController 和站点视图。然后通过 ftp 上传它们。
或者你可以在你的计算机上安装 WAMP 或类似的东西,运行命令行工具,在本地创建站点。然后上传文件。