Flex 需要 PHP 框架吗?

发布于 2024-08-15 20:53:44 字数 141 浏览 11 评论 0原文

我是 Flex 新手,之前用 PHP 编写过代码,但没有使用过任何 PHP 框架,如 Zend、CakePHP 等...

我计划将 Flex 与 PHP 结合使用,为此我需要使用任何 MVC PHP 框架吗?是否有任何框架与 Flex 集成以用于视图?

I am new to Flex and have written code in PHP before, but not used any PHP framework like Zend, CakePHP etc...

I plan to use Flex with PHP, for that do I need to use any MVC PHP framework? Do any of the frameworks integrate with Flex for the View?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

茶花眉 2024-08-22 20:53:45

尽管没有严格需要框架,但它可能非常有帮助。这可能会帮助您入门:Flex/PHP 框架下载 和 Zend 的Flex 和 PHP。 (谷歌是你的朋友)

Although no framework is strictly needed, it can be very helpful. This might help you get started: Flex/PHP framework download and Zend's Flex and PHP. (Google is your friend)

最丧也最甜 2024-08-22 20:53:45

Flex 是一种客户端技术,与服务器端技术完全无关。

您可以使用 PHP 来公开 Web 服务,但也可以使用 java 或 asp.net

Flex is a client side technology and is completely loose from the serverside technology.

You can use PHP for exposing webservices but just as well java or asp.net

轮廓§ 2024-08-22 20:53:45

Flex 不需要框架,没有框架也可以工作。然而,使用框架会让事情变得更容易,特别是对于大型项目。

Flex does not require a framework, you could work without. However, using a framework will make it a lot easier, especially for big projects.

神仙妹妹 2024-08-22 20:53:45

框架不是必需的,但使用框架将大大提高您的工作效率。
您可以开始在此网站上查看 Flex 教程。

A framework is not required but using one will greatly improve your productivity.
You can start looking at the flex tutorials on this site.

热情消退 2024-08-22 20:53:45

您只需将 PHP 查询结果输出为 XML 即可轻松将 Flex 应用程序连接到 PHP 后端,Flex 可以使用 resultformat = e4x 的 HTTPService 读取该 XML。

不需要框架,而且做起来非常简单。

希望一切顺利。

You can easily connect your Flex app to a PHP backend simply by outputting your php query results as XML, Flex can read that XML with an HTTPService with resultformat = e4x.

No frameworks required and it's super simple to do.

Hope it all works out for you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文