Quantcast
Channel: VinylFox » PHP
Browsing latest articles
Browse All 4 View Live

Creating JSON Data in PHP

So you need to encode JSON data for use with ExtJS or some other library? If you are lucky enough to be running PHP 5.2.0 or greater, then you have the optimal environment for encoding JSON data. But...

View Article


The Grid – Basics of Paging

I would suggest downloading the code used for this example here so you have something to work with. A working example can be found here. Grid Data A paging grid must have a server side element to...

View Article


PHP/MySQL Efficient Paged Data

There was some talk recently about the inefficiency of running two queries verses a single query to retrieve paged data, so I decided to do some testing of my own, and here are my results. The first...

View Article

Grid Filter Plugin – Backend Code (in PHP)

The code used for this example is available by itself, or as one of the examples in the ExtJS API download. This code is provided with the intent of showing how to build a filtered query from the Grid...

View Article
Browsing latest articles
Browse All 4 View Live