November 2008 Archives

CI PHPMYDATAGRID

| No Comments | No TrackBacks
看到phpMyDataGrid, 覺得好玩, 就把它整合進CI裡。

只要在 phpmydatagrid.class.php 加入以下這段就行了。

PHP5
===

Function __construct(){
   $CI =& get_instance();
   $this->connectionHandler = $CI->db->conn_id;
}


PHP4
===

Function datagrid(){
   $CI =& get_instance();
   $this->connectionHandler = $CI->db->conn_id;
}

About this Archive

This page is an archive of entries from November 2008 listed from newest to oldest.

July 2008 is the previous archive.

December 2008 is the next archive.

Find recent content on the main index or look in the archives to find all content.