Quantcast
Channel: CodeProject Archives | phpGrid - PHP Datagrid
Browsing latest articles
Browse All 15 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Google 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 Article


Image may be NSFW.
Clik here to view.

phpGrid 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 Article

Image may be NSFW.
Clik here to view.

phpGrid 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 Article

Announcing 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 Article


Image may be NSFW.
Clik here to view.

phpGrid 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 Article

Image may be NSFW.
Clik here to view.

Database 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 Article

Image may be NSFW.
Clik here to view.

Drag & 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 Article


Image may be NSFW.
Clik here to view.

Show 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 Article


Image may be NSFW.
Clik here to view.

Transform 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
Browsing latest articles
Browse All 15 View Live