Ruby 与 PHP/插件社交网络
我正在构建一个网站,该网站将包含与社交网站通常使用的功能相当的功能。我已经在 PHP/mySQL 中构建了注册表单、登录表单和向数据库添加信息的表单。人们通常使用什么来进行这些类型的项目?谁能建议任何好的插件或方法来帮助我?哪里有找到这类东西的好地方?为了做到这一点值得学习 Ruby 吗? Ruby 会让这变得更容易吗?如何在这样的项目中使用jquery?我应该如何创建聊天室/论坛/个人资料?
谢谢!
I am in the process of building a site that will contain features comparable to those that social networking sites usually use. I already built the signup forms, login forms, and forms to add information to the database in PHP/mySQL. What do people usually use for these types of projects? Can anyone suggest any good plugins or methods to help me out? Where is a good place to find these sort of things? Is it worth it to learn Ruby to do this? Does Ruby make this much easier? How can I use jquery in a project such as this? How should I create the chat rooms / forums / profiles?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为,如果您计划的内容超过 10 页,那么就很有必要开始考虑一个框架。正如我多次说过的,我是一名 symfony 爱好者,并且我已经使用它工作相当长一段时间了。它基于 php(您不需要学习任何其他语言)并实现 MVC 对象模式。
它处理路由、表单、数据库抽象和其他一切。还有一个包含大量代码的插件项目。查看主项目页面了解更多详细信息
i think that if your planning on something with more than 10 pages, well it should be more than necesary to start thinking about a framework. As i said many times, i'm a symfony enthusiast and i've been working with it for quite some time for work. Its based on php (you wont need to learn any other language) and implements the MVC object pattern.
It handles from routing, forms, database abstracions and everything else. Also has a plugin project with tons of code. Check the main project page for more details