phpGrid and CodeIgniter Integration
Introduction It’s easy to integrate CodeIgniter with phpGrid. CodeIgniter is a popular, open source PHP framework loosely based on MVC development pattern for use in building dynamic web sites. Out of...
View ArticleGoogle Spreadsheet Integration
You can also use Google Spreadsheet as a data source to populate your datagrid. In this tutorial, you will learn how to create a shared Google Spreadsheet and share it in comma-separated values (CSV)...
View ArticlephpGrid and Zend Framework Integration
Introduction This tutorial will walk you through the integration of the Zend Framework 2 and phpGrid. Zend Framework (ZF) is a popular open source, MVC web application framework created and...
View ArticlephpGrid Now Has Better IBM DB2 Support!
After months of hard work, phpGrid now finally has native IBM DB2 database support! phpGrid’s DB2 support has been spotty in the past, owing to the fact that the ADOBdb data access library uses...
View ArticleAnnouncing phpGrid v6.7
Today we released phpGrid version 6.7. It updates several major core components to support PHP 7. List of main changes: PHP 7 support! PDF class updated to support PHP 7 Native Excel export (requires...
View ArticlephpGrid Symfony Integration
Files needed for this demo phpGrid Lite (free) Symfony 3 (free) Where to keep phpGrid files in Symfony (Hint: not in “vendor” folder) The short answer is “web” folder. Symfony web assets are used...
View ArticleDatabase Content Administration Application in 15 Lines of PHP Code
The source code of this tutorial is publicly available on Github. Introduction We will learn how to build a fully functional, single-page database content administration application using phpGrid and...
View ArticleDrag & Drop Rows Between Grids
You can drag and drop rows between two or more grids using a mouse. In the demo, we have both orders and employees datagrids on the same page. 123$dg = new C_DataGrid("select * from employees",...
View ArticleShow Remaining Characters in Textarea/Input
In a recent user support request, the user would like to see the remaining characters allowed for data input in a text input. This is not a phpGrid standard feature. How can it be achieved? Custom...
View ArticleTransform HTML Table into Card View Using Nothing But CSS
I’d like share a recent experiment that explores how to transform a plain, old-fashioned HTML table into a dynamic card view, going beyond the traditional rows and columns. Start With a Simple HTML...
View Article