Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
changing readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hretic committed Oct 10, 2013
1 parent 2486843 commit 90607c0
Showing 1 changed file with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
mz-codeigniter-crud
===================
# mz-codeigniter-crud

crud system for codeigniter , ajax delete and insert + auto search , sort , pagination ....
crud system for codeigniter , ajax delete and insert + list + auto search , sort , pagination ....

List
-------------------------

$config['labels'] = array( 'username'=>'Username' , 'email'=>' Email' );
$this->mz_crud->set_config($config);
$dataTable = $this->mz_crud->list_('users');
## Requirements

1. PHP 5.2 or greater
2. CodeIgniter

## Installation

copy the files in the root of your codeigniter application

## List

list set of data from your database :

$config['labels'] = array( 'username'=>'Username' , 'email'=>' Email' );
$this->mz_crud->set_config($config);
$dataTable = $this->mz_crud->list_('users');

0 comments on commit 90607c0

Please sign in to comment.