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

Image may be NSFW.
Clik here to view.

phpGrid, Twitter Bootstrap Integration

Run Demo   This is a step-by-step tutorial of how to integrate SmartAdmin, or any other Bootstrap them, with phpGrid. SmartAdmin is a popular Bootstrap admin theme. It has modern flat design and...

View Article


Image may be NSFW.
Clik here to view.

phpGrid Laravel Integration

This is a step-by-step tutorial of how to integrate Laravel PHP framework with phpGrid. Laravel is a free, open-source PHP web application framework, architected in model–view–controller (MVC) pattern....

View Article


Image may be NSFW.
Clik here to view.

phpGrid, Laravel 5 and Bootstrap 3

Run Demo   Introduction This tutorial will begin by walking you through the integration of the Laravel 5 and Bootstrap 3 themes. Afterwards, we will show you how to add PHP datagrid. If the Laravel and...

View Article

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

Image may be NSFW.
Clik here to view.

phpGrid, Laravel 5 Integration – Part II (Improved version)

In the previous phpGrid Laravel 5 tutorial part 1, we have chosen to leave the phpGrid code inside route.php. In this tutorial, we will improve upon what we have learned in part 1. We will move the...

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.

phpGrid, Laravel and Bootstrap (version 2)

Run Demo Introduction This tutorial will begin by walking you through the integration of the Laravel 5 and Bootstrap 3 themes. Afterwards, we will show you how to add a PHP datagrid. If the Laravel and...

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 all 15 articles
Browse latest View live