Creating a Social Networking Website in PHP [closed]

最后都变了- 提交于 2019-12-06 16:00:32

问题


What's the fastest, open-source PHP social networking framework that can help me get a working prototype in four hours? I'm looking at something that can handle profiles, where each profile can make multiple posts, and each post can be rated by the community? I'm looking at BuddyPress with Wordpress MU? Is this achievable, or should I go with CakePHP or CodeIgniter? Are there any plugins out there that you can recommend? Thanks a lot for your feedback.


回答1:


I have looked at both, BuddyPress seems to have more off the shelf plugins as it is in it's self a plugin of wordpress. buddypress seems a little eaiser to develop for when it comes to db than elgg.




回答2:


Check out Elgg – it seems to be exactly what you want.




回答3:


Not in PHP, but if you need that with such short deadline you can get a social networking site ready for free with Django and Pinax (Python).




回答4:


I think if you are looking at creating a website with such a strict deadline, you'd be better off trying to use a pre-built CMS such as Joomla, Drupal, or a host of other ones out there that are PHP. Most (if not all) are open source meaning you can do development on your own to expand or modify the functionality.




回答5:


cakephp or elgg.



来源:https://stackoverflow.com/questions/760669/creating-a-social-networking-website-in-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!