问答一个类似于 PHP 中的 stackoverflow 的网站
我正在开发一个问答我的学生的网站。我发现 stackoverflow 是一个很棒的例子,并且希望我的课程有类似的东西(如果不是这个功能丰富的话)。
我是一名系统程序员,对网络应用程序开发不太熟悉。我该如何开始。数据库方案、功能、AJAXness 等。我可以获得一些可以在其上构建的现有代码库吗?开源的东西吗?
选择的语言是 PHP。欢迎任何指点。
先感谢您。
编辑:添加信息
I am developing a Q & A Site for my students. I find stackoverflow an amazing example and would like to have something similar(if not this feature rich) for my course.
I am a sytem programmer not much familiar with web-application development. How do I begin. Database scheme, features, AJAXness etc. Can I get some existing codebase I can build on top of? Something opensource?
Language of choice is PHP. Any pointers are welcome.
Thank you in advance.
Edited: Added info
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
创建一些类似的东西作为学习练习是相当简单的,但 stackoverflow 网站背后的真正价值在于网站的完善、对细节和愿景的关注以及相关的品牌/营销等 。
无论如何,如果您自己做基础工作,然后针对您遇到的任何特定架构/设计/实现问题提出问题,您可能会发现获得更多答案
It would be reasonably trivial to create something similar as a learning exercise, but the real value behind the stackoverflow site is the polish, attention to detail and vision that's gone into the site and associated branding/marketing, etc.
Irrespective, you'll probably find that you get more answers if you do the ground work yourself and then post questions for any specific architecture/design/implementation issues you get stuck on.
使用 PHP/MySQL 进行复制应该不难。这不是一个非常复杂的网站。规划出您希望如何布置所有表格/类(问题、答案、用户、标签、代表、徽章等)并开始编码。
您是否对任何特定部分感到困惑或寻求建议?
It shouldn't be hard to replicate using PHP/MySQL. It's not a very complicated site. plan out how you want all of the tables/classes to be laid out (Questions, Answers, Users, Tags,Rep,Badges,etc.) and start coding.
Is there any particular part that you are confused about or looking for advice about?