考虑到 Facebook HipHop 使用哪种 PHP 框架
可能的重复:
我可以将 Facebook 的 hiphop 与诸如此类的框架一起使用吗Zend 框架、cakephp、symfony
我正在开发一个可能拥有数百万用户的社交平台,因此我想使用最适合的框架在 PHP 中开发它Facebook 的嘻哈音乐。流行的 php 框架(如 ZF、CakePHP、symfony)是否与 HipHop 兼容?如果不是,这个框架的哪些部分不可用?
Possible Duplicate:
Can I use Facebook's hiphop with frameworks like Zend Framework, cakephp, symfony
I am developing a social platform that has the potential to have millions of users, so I want to develop it in PHP using what ever framework is going to work best with Facebook's HipHop. Do popular php frameworks like (ZF, CakePHP, symfony) have compatibility with HipHop? If not, which parts of this frameworks are not usable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您还没有开始开发网站,因此开始担心在有数百万用户的情况下网站将如何运行似乎有点愚蠢。没有完美的框架能够与公正和创意的产品很好地配合,并且 HipHop 并不普遍适合所有网站(即使是 PHP 的创建者这么说)。
话虽如此,我会专注于建立一个有效的网站。一旦有数十人开始使用它,那就担心数百人。从那里开始,数以千计。在解决明显的问题之前,不要解决遥远的问题。
话虽如此,如果您仍在寻找框架,另一位SO用户发布了类似的问题。
Since you haven't even started developing your site yet, it seems a little bit silly to start worrying about how it's going to work when there are millions of users. There is no perfect framework that works well with a product that's just and idea, and HipHop isn't universally well-suited for all sites (even the creator of PHP says so).
With that said, I'd focus on building a site that works. Once tens of people start using it, then worry about hundreds. From there, thousands. Don't solve far-off problems before you've solved the glaring ones.
With that said, if you're still looking for a framework, another SO user posted a similar question.