PHP 蓝图\分析师

发布于 2024-10-30 19:29:27 字数 112 浏览 1 评论 0原文

我是 PHP 新手,想知道“蓝图”PHP 应用程序的最佳方法。我找不到任何可靠的基本方法来做到这一点。任何建议\资源都会有帮助。现在我们正在建立一个基于程序的网站,但希望在新版本中将其转移到基于 OO 的网站。

Im new to PHP, and was wondering the best way to 'blueprint' a PHP application. I cant find any solid fundamental way to do this. Any suggestions\resources would be helpful. Right now we are taking a site thats procedural based, but want to take it to OO based for the new version.

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

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

发布评论

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

评论(1

柠栀 2024-11-06 19:29:27

以下是讨论站点蓝图的链接:

http://www.cyber-sierra.com/ Workshops/web101/prepare.htm

但是,对于实际的 PHP 编码,我建议:

  1. 列出该站点的所有功能。
  2. 详细描述每个功能。
  3. 列出您要编写的类。
  4. 描述每个类的变量和方法。
  5. 创建类的所有骨架代码。
  6. 为类编写实际代码。

如果您是 PHP 新手……在尝试深入研究您可能正在做的大型项目之前,请确保您熟悉该语言。

不管怎样:祝你好运!正确的规划是 PHP 编程成功的关键,也可以帮助您避免项目中期出现任何大问题。

Here's a link discussing site blueprints:

http://www.cyber-sierra.com/workshops/web101/prepare.htm

However for coding the actual PHP I recommend:

  1. List all of the features of the site.
  2. Describe each feature in detail.
  3. List the classes that you are going to write.
  4. Describe the variables and methods for each class.
  5. Create all of the skeleton code for the classes.
  6. Write the actual code for the classes.

If you are new to PHP...make sure that you know the language well before trying to delve into a big project like what it seems that you may be doing.

Either way: good luck! Proper planning is the key to successful PHP programming and also helps you avoid any big problems in the middle of the project.

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