ColdFusion/PHP Compatibility(ColdFusion/PHP 兼容性)
问题描述
嘿,我有一个关于 ColdFusion 和 PHP 兼容性的问题.
Hey I have a question regarding the compatibility of ColdFusion and PHP.
我们建立了一个基于 ColdFusion 的社区网站.是否可以用 PHP 向我们的网站添加博客和其他社区功能等功能?
We built a community website which is based on ColdFusion. Is it altogether possible to add features such as blogs, and other community features to our website in PHP?
我的意思是把 PHP 和 ColdFusion 结合在一起.
I mean to combine both PHP and ColdFusion together.
非常感谢您的帮助!
推荐答案
如果您使用的是 ColdFusion 8,我认为可以做到.我知道 Sean Corfield 有一个 project on RIAForge 做这种事情,他的博客上有一连串的帖子,从这个开始:
I think it can be done, if you're using ColdFusion 8. I know that Sean Corfield has a project on RIAForge doing this sort of thing, and there are a string of posts on his blog, starting with this one:
http://corfield.org/blog/index.cfm/do/blog.entry/entry/ColdFusion_8_running_PHP
话虽如此,集成来自相同核心语言的产品会更容易.ColdFusion 中有数百个用于不同事物的开源选项.RIAForge.org 是一个很好的起点.
All of this being said, it will be easier to integrate products from the same core language. There are hundreds of open source options for different things in ColdFusion. RIAForge.org is a good place to start.
这篇关于ColdFusion/PHP 兼容性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:ColdFusion/PHP 兼容性
基础教程推荐
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 如何替换eregi() 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
