Social Network PHP Framework for huge community [message #181072] |
Tue, 09 April 2013 08:52 |
israel
Messages: 3 Registered: March 2013
Karma: 0
|
Junior Member |
|
|
Hello,
I need a PHP Framework to build a social network, any suggestion ?
I saw Elgg, BuddyPress or Mingle (WP).
My needs:
- support thousands of users, 50.000 or more
- heavily build dynamic content with PHP coding inside pages
- high security ( avoid SQL injection, session hijacking, etc )
Do you think Elgg can support my needs ?
Thank you very much!
|
|
|
Re: Social Network PHP Framework for huge community [message #181074 is a reply to message #181072] |
Tue, 09 April 2013 09:47 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 4/9/2013 4:52 AM, israel wrote:
> Hello,
>
> I need a PHP Framework to build a social network, any suggestion ?
> I saw Elgg, BuddyPress or Mingle (WP).
>
> My needs:
> - support thousands of users, 50.000 or more
> - heavily build dynamic content with PHP coding inside pages
> - high security ( avoid SQL injection, session hijacking, etc )
>
> Do you think Elgg can support my needs ?
>
> Thank you very much!
>
Who knows? This is a PHP PROGRAMMING newsgroup, not a "what's the best
CMS" newsgroup. Ask someone familiar with Elgg or any of the others.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|
Re: Social Network PHP Framework for huge community [message #181075 is a reply to message #181074] |
Tue, 09 April 2013 13:00 |
israel
Messages: 3 Registered: March 2013
Karma: 0
|
Junior Member |
|
|
On Tuesday, April 9, 2013 11:47:40 AM UTC+2, Jerry Stuckle wrote:
>
> Who knows? This is a PHP PROGRAMMING newsgroup, not a "what's the best
> CMS" newsgroup. Ask someone familiar with Elgg or any of the others.
thank you for your feedback.
Since I have to heavily coding in PHP I was just wondering which framework match better this needs (considering my requisites), on which one can I build on.
Can I integrate CMS with Yii framework etc... considering I need to be focused on security issues.
I think all these arguments matches this group.
thank you
|
|
|
Re: Social Network PHP Framework for huge community [message #181076 is a reply to message #181075] |
Tue, 09 April 2013 16:16 |
J.O. Aho
Messages: 194 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 09/04/13 15:00, israel wrote:
> On Tuesday, April 9, 2013 11:47:40 AM UTC+2, Jerry Stuckle wrote:
>>
>> Who knows? This is a PHP PROGRAMMING newsgroup, not a "what's the best
>> CMS" newsgroup. Ask someone familiar with Elgg or any of the others.
>
> thank you for your feedback.
>
> Since I have to heavily coding in PHP I was just wondering which framework match better this needs (considering my requisites), on which one can I build on.
> Can I integrate CMS with Yii framework etc... considering I need to be focused on security issues.
> I think all these arguments matches this group.
I would most likely make a try with symphony2.
Use memcached for things you fetch from database, you will save CPU
power on the database server and speed up fetching data that has already
been processed.
--
//Aho
|
|
|