Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于我的一个项目,我正在使用 PHP 开发一个网站。我想知道是否可以将它与 Rails 混合使用?
Ruby on Rails 会在 GitHub 上查询数据,我想用 PHP 处理它,这可能吗?如果是这样,我该怎么做?
一切皆有可能。您只需要编写一个带有 RoR 的小型 Web 服务,它从 github 获取数据并以定义的格式将其提供给您的 php 前端(例如,使用 json 的 rest 服务)。
但我认为如果一个人用两种语言编写一个网站是没有意义的......