Web 服务中的 php 框架?

发布于 2024-10-02 01:56:11 字数 87 浏览 1 评论 0原文

你好,我一直在寻找一个支持 php 框架的网络托管网站,例如 yii、cakephp、symfony,或者如果你想要的话,你是否被迫拥有自己的服务器?提前致谢。

Hello I've been searching for a web hosting site that enables php frameworks, e.g. yii, cakephp, symfony, or are you forced to have an own server if you want that? Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

寻找我们的幸福 2024-10-09 01:56:11

不,你不需要拥有服务器,如果你可以上传 php 文件,大多数时候就可以了。
例如 CakePHP Requierement 页面告诉您:

HTTP 服务器。例如:阿帕奇。 mod_rewrite 是首选,但绝不是必需的。
PHP 4.3.2 或更高版本。是的,CakePHP 在 PHP 4 和 5 上运行得很好。
来源:http://book.cakephp.org/view/28/Requirements

No you don't need to own the server, if you can upload a php file, most of the time it's ok.
For example CakePHP Requierement page tell you :

HTTP Server. For example: Apache. mod_rewrite is preferred, but by no means required.
PHP 4.3.2 or greater. Yes, CakePHP works great on PHP 4 and 5.
Source : http://book.cakephp.org/view/28/Requirements

不羁少年 2024-10-09 01:56:11

是的,你的服务器端也应该支持PHP和框架
PHP 框架初学者指南

Yes , your server side should support PHP and the framework also
A beginners guide to PHP Frameworks

长不大的小祸害 2024-10-09 01:56:11

阅读框架文档它也支持什么 php 版本。


read framework documentation what php version it supports also.

他是夢罘是命 2024-10-09 01:56:11

您可以在任何支持 PHP 的 Web 主机上运行这些框架。只需上传框架文件和代码即可。

You can run those frameworks on any web host that has PHP support. Just upload the framework files and your code and you're ready.

书间行客 2024-10-09 01:56:11

这取决于您愿意使用的框架。

使用 symfony,您需要访问 shell(命令行)。
检查框架要求的规范

It depends on the framework you are willing to use.

With symfony, you'll need to have an access to the shell (command line).
Check the specifications on the frameworks requirements

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文