PHP 蓝图\分析师
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是讨论站点蓝图的链接:
http://www.cyber-sierra.com/ Workshops/web101/prepare.htm
但是,对于实际的 PHP 编码,我建议:
如果您是 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:
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.