Is there a PHP web toolkit similar to Google Web Toolkit?(是否有类似于 Google Web Toolkit 的 PHP Web 工具包?)
问题描述
我最近一直在玩 GWT,我非常喜欢这个想法.对我来说唯一的缺点是 Java,我不是它的忠实粉丝.(请不要争论 Java 比 PHP 好,这不是重点,真的)
I've been playing with GWT lately, and I like the idea a lot. The only downside for me is Java, which I'm not a big fan of. (Please don't argue about Java being better than PHP, it's not the point here, really)
你知道有什么成熟高效的 PHP 工具包,像 GWT 那样提供一组小部件吗?
Do you know about any mature and efficient PHP toolkit providing a set of widgets just like GWT does ?
感谢您的帮助:)
换种说法,我正在寻找一个 PHP 框架,它可以为我的应用程序页面生成大部分 HTML 代码.PHP-Ext 似乎是我正在寻找的一个很好的例子.你知道其他类似的项目吗?
Edit : To rephrase it, I'm looking for a PHP framework that can generate most of the HTML code for the pages of my applications. PHP-Ext seems to be a pretty good example of what I'm looking for. Do you know about any other project of that kind ?
尼古拉斯
推荐答案
也许这个 FOSS 项目适合你的需求
maybe this FOSS project is something for your needs
http://php-ext.quimera-solutions.com/
这篇关于是否有类似于 Google Web Toolkit 的 PHP Web 工具包?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:是否有类似于 Google Web Toolkit 的 PHP Web 工具包?
基础教程推荐
- YouTube API v3 点赞视频,但计数器不增加 2022-01-01
- Cron Jobs 调用带有变量的 PHP 脚本 2022-01-01
- 如何在 Laravel 中使用 React Router? 2022-01-01
- 有什么方法可以用编码 UTF-8 而不是 Unicode 返回 PHP`json_encode`? 2021-01-01
- 如何替换eregi() 2022-01-01
- 在PHP中根据W3C规范Unicode 2022-01-01
- PHP PDO MySQL 查询 LIKE ->多个关键词 2021-01-01
- 学说 dbal querybuilder 作为准备好的语句 2022-01-01
- PHP 类:全局变量作为类中的属性 2021-01-01
- 如何在 Laravel 5.3 注册中添加动态下拉列表列? 2021-01-01
