Uygulamasında i, ben (MySQL veritabanı, facebook ve gelecekteki diğer sosyal ağlarda.) Varoius kaynaklardan bilgi almak ve aynı yapısındaki tüm katılması gerekir geliştiriyorum
Ne ben şu anda yapıyorum dizisi olarak, sonra her iki diziler katılmak için array_merge kullanın ve daha sonra dizi üzerinden yineleme ve ben istediğiniz alanları ile biçimlendirilmiş özel bir dizi oluşturmak benim veritabanından ve facebook gelen veri almak olduğunu.
The strucutre itself is working but I fear that with increasing number of posts into my app and the associated facebook page will make my application really slow. I am only showing 10 records at the time (using array_slice) but before that I allways need to get all the data, and because, it comes from different sources with different formats, I dont see any way to limit the ammount of data returned from each call.
Herhangi bir ipucu?