开发者

How to create the build of PHP application [closed]

开发者 https://www.devze.com 2023-02-19 23:57 出处:网络
开发者_如何学Go It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I have developed a web application in php. And i need to host it in the server. But before that i have convert the source code into build. How can i achieve this..


in Asp.net we were Using "BUILD" option. That means, the IDE(Framework) will compile the code and it wil ignore the .aspx.cs file and it will show only .aspx file in that build folder... Is there any options like that in php

No, nothing like that is necessary for PHP. You just upload your folder full of .php files to the server and that's it.

0

精彩评论

暂无评论...
验证码 换一张
取 消