Creating a Social Networking Website in PHP [close

2019-04-17 09:19发布

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.

5条回答
姐就是有狂的资本
2楼-- · 2019-04-17 09:58

cakephp or elgg.

查看更多
叛逆
3楼-- · 2019-04-17 10:01

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.

查看更多
家丑人穷心不美
4楼-- · 2019-04-17 10:02

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

查看更多
该账号已被封号
5楼-- · 2019-04-17 10:11

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).

查看更多
贪生不怕死
6楼-- · 2019-04-17 10:20

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.

查看更多
登录 后发表回答