gpt4 book ai didi

php - 是否有用于 JQUERY 网格控件(JQGRID 或数据表)的免费 PHP 包装器或后端脚本

转载 作者:行者123 更新时间:2023-12-01 04:22:30 27 4
gpt4 key购买 nike

我希望实现一个带有 PHP 后端的最佳实践 JQUERY 网格控件。我希望它能够支持大型数据集和内联单元格编辑。

我正在努力寻找一个与控件集成并抽象出这些东西的复杂性的 PHP 后端脚本。我希望能够以最少的配置实现基于底层 MYSQL 表的网格。确实,我不可能是唯一一个希望能够指定基本数据库详细信息和表/sql 并拥有一个操作网格的人。

我花了很长时间研究这个问题,并研究了各种解决方案。

有人知道一个功能强大、免费、易于使用且具有完整 PHP 后端脚本的解决方案吗?

我已经包含了付费 JQGrid PHP 控件的一些描述,其中包含我正在寻找的功能类型。

JQGRid PHPThis is a brand new product created for PHP developers and teams that radically decreases development time with jqGrid and makes it fun and easy. The product will be offered with commercial licenses that will include fast and accurate technical support, source code and subscription based benefits.Highlight points include:- all functionality jqGrid has is supported- no need for tricky javascript – everything is handled in PHP- the PHP component automatically handles data retrieval, paging, sorting, searching and all CRUD operations (create, read, update, delete). No need for custom code.- you can have a fully functional grid with just a few lines of PHP- export to Excel is supported- database engines supported: MySql, Postgre SQL, Microsoft SQL server

最佳答案

您查看了吗phpGrid 。这是PHP jqgrid wrapper 。只需两行代码即可开始。这是您正在寻找的东西吗?

$dg = new C_DataGrid(“SELECT * FROM orders”, “orderNumber”, “orders”);
$dg -> display();

关于php - 是否有用于 JQUERY 网格控件(JQGRID 或数据表)的免费 PHP 包装器或后端脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9255179/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com