Sabtu, 30 Desember 2006

New "beta" version.

At the last time I receive many letters with the request to accelerate release of new versions. First of the all, thanks for your supporting, but I have not many time for this project, really... Development of this project will be continued, but we'll choose another way. From now I start to publish the Beta versions of PHP DataGrid, so those people, who want to get a new features - could get them

Kamis, 07 Desember 2006

Some thoughts and ideas...

1. I'm continuing to work persistently (very hard :)) on the next version of PHP DataGrid.2. Sometimes I think about something more complicated, like PHP Ajax DataGrid. Why not?3. If you have a public site, that use PHP DataGrid - please, post a link to this site on the forum.4. Last small bug in version 3.x.x: See forum discussing here.

Sabtu, 11 November 2006

New 3.2.0 version of PHP DataGrid

New 3.2.0 version of PHP DataGrid is available for downloading from now.This version changes: - Added:  -- ability to define array of page sizes  -- case sensitivity (filtering mode)  -- ability to define search field to be a dropdown box (filtering mode)  -- ability to add optional column in datagrid by editing SELECT SQL statement  -- new css template (default)  -- ability to define column data

Sabtu, 28 Oktober 2006

Some important notes!

PHP DataGrid is still in the development phase, so please...1. Make sure, that every table in the database you use has a primary key! 2. In "SELECT" SQL statement put this key field at the first place. 3. Don't use in your "SELECT" SQL statement "ORDER BY" option - it's ordered by primary key automaticly.Small bug in version 3.x.x:See forum discussing here.

New version 3.1.0 of PHP DataGrid

New version 3.1.0 of PHP DataGrid is available for downloading from now.General features of this version:-------------------------- View mode  -- Tabular layout  -- Columnar layout- Details mode  -- Columnar layout- Add new mode- Edit mode  -- Tabular layout  -- Columnar layout- Delete mode- Automatic validation   -- Client side - Columns sorting- Fields filtering- Paging   -- current/total pages

Jumat, 27 Oktober 2006

PHP DataGrid v.3.x.x

--------------------------------------------------------------To download version 3.2.0 click here.This version changes: - Added  -- ability to define array of page sizes  -- case sensitivity (filtering mode)  -- ability to define search field to be a dropdown box (filtering mode)  -- ability to add optional column in datagrid by editing SELECT SQL statement   -- new css template (default)  --

Kamis, 12 Oktober 2006

The blog's Forum

Dear readers and visitors!The Blog's forum is created to help Me and You to discuss any themes that related to PHP DataGrid script. If your question is about PHP DataGrid - please, leave it on the blog's Forum. It will really help me to prevent to get twice same answers.Thanks :)

Senin, 09 Oktober 2006

New version 2.1.0 of PHP DataGrid

New version 2.1.0 of PHP DataGrid is available for downloading from now.Features of this version:-------------------------- View mode  -- Tabular layout  -- Columnar layout- Details mode  -- Columnar layout- Columns sorting- Fields Filtering- Paging   -- current/total pages selector  -- pager  -- page size drop-down box- Embedded css templatesTo download a new version click here.To see Live Demo

Minggu, 08 Oktober 2006

PHP DataGrid v.2.x.x

--------------------------------------------------------------To download version 2.1.0 click here.--------------------------------------------------------------PHP DataGrid documentation for version 2.x.x --------------------------------------------------------------1. System Requirements------------------------------PHP DataGrid is operating system independent. You get it works on both Linux

Sabtu, 07 Oktober 2006

Code example for PHP DataGrid v.2.x.x

We have 3 tables:-- ---------------------------------------------------------- -- Table structure for table `tblRegions`-- CREATE TABLE `tblRegions` ( `RegionID` tinyint(3) unsigned NOT NULL auto_increment, `Name` varchar(20) NOT NULL default '', PRIMARY KEY (`RegionID`)) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;-- ---------------------------------------------

Kamis, 05 Oktober 2006

New version 1.1.1 of PHP DataGrid

New version 1.1.1 of PHP DataGrid is available for downloading now.Latest changes: - fixed bugs in getHeaderName() - fixed bugs in noDataFound() - fixed bugs in setColumnsInViewMode() To download a new version click here.

Selasa, 03 Oktober 2006

A few additions

1. Idea------------------------------The main idea behind the PHP DataGrid class is the full incapsulation of all needed methods. And also... creation, as fast as possible (few minutes), a good working application.2. Next version------------------------------2nd version comming soon and version 3.xx too... I can't simply upload my non-edited code that I wrote for myself. Sorry, but it should have

Jumat, 29 September 2006

Site's look

In the future the look of the site will be more friendly. I work on improving him and aditing some useful things, but this process will take me a time.

First version of PHP DataGrid is ready for downloading!

The first (and my be not a last) PHP script I put on here is a PHP DataGrid. This script (PHP class) I wrote for myself for some projects where data base management was needed. It was so comfortable and useful that I desided to continue to improve him and farther. Now you can download a version 1.1.0. Last versions soon also will be available for downloading. This is because I need to prepare the

The first post

Hi! This is my first post on this blog. I just started it now and I hope it will be very useful for peoples who work with PHP. All stuff I will post and all scripts will be absolutly free. So... Ok, go on...

Selasa, 29 Agustus 2006

PHP DataGrid v.1.x.x

--------------------------------------------------------------To download version 1.1.1 click here.This version changes: - fixed bugs in getHeaderName() - fixed bugs in noDataFound() - fixed bugs in setColumnsInViewMode() - fixed bugs in combine_url() - fixed bugs in setCssClass()To download version 1.1.0 click here.--------------------------------------------------------------PHP DataGrid

Minggu, 27 Agustus 2006

Examples of code PHP DataGrid v.1.x.x

In datagrid.class file you can find commented lines of how to create, call and work with this class. All you need is to copy all commented lines of the code into you page and uncomment some lines. That's all!Now we'll check this example to get you understanding how it works.For example, we have a database (mySQL) with 3 tables:country    CountryID   RegionID   Name   Description   Population   

PHP DataGrid Version Comparison

This is a general version comparison for PHP DataGrid class: Ver. 1.x.x Ver. 2.x.x Ver. 3.x.x Ver. 4.x.x CSS emb.templatesYesYesYesYes Column sortingYesYesYesYes FilteringNoYesYesYes PaggingYesYesYesYes ExportingNoNoNoYes PrintingNoNoNoYes Automatic validationNoNoYesYes -- Client sideNoNoYesYes -- Server sideNoNoNoNo View modeYesYesYesYes -- Tabular layoutYesYesYesYes -- Columnar

Sabtu, 26 Agustus 2006

FAQ

 1.  Who you are?  2.  Why you do it?  3.  Is all scripts on this blog are absolutely free? 4.  What to do if I found bug/s? 5.  What to do if I can't run a script? 6.  How can I to subscribe for the blog news? 7.  How can I help to the PHP Builder project?Q1: Who you are?A1: ^ topQ2: Why you do it?A2: I really do not know. :) May be because... I like PHP programming and I want people will like

Senin, 31 Juli 2006

Installation

PHP DataGrid - Step by Step.NEW INSTALLATION (for version 3.x.x or above)========================================================Step 1. --------------------------------------------------------Upload the code_template.php file and folder named "datagrid" (with all files it includes) to your document root (public_html, www, htdocs etc.) using FTP. For example: public_html/your_site/

Jumat, 28 Juli 2006

Getting Started

PHP DataGrid - Step by Step.Step 1. +---------------------------------------------------------------------------+| Creating & Calling: +---------------------------------------------------------------------------+Be sure you write here a true path to the datagrid.class.php file, relatively to this file.require_once('datagrid/datagrid.class.php'