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

Commit 90607c0

Browse files
committed
changing readme
1 parent 2486843 commit 90607c0

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
1-
mz-codeigniter-crud
2-
===================
1+
# mz-codeigniter-crud
32

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

6-
List
7-
-------------------------
85

9-
$config['labels'] = array( 'username'=>'Username' , 'email'=>' Email' );
10-
$this->mz_crud->set_config($config);
11-
$dataTable = $this->mz_crud->list_('users');
6+
## Requirements
7+
8+
1. PHP 5.2 or greater
9+
2. CodeIgniter
10+
11+
## Installation
12+
13+
copy the files in the root of your codeigniter application
14+
15+
## List
16+
17+
list set of data from your database :
18+
19+
$config['labels'] = array( 'username'=>'Username' , 'email'=>' Email' );
20+
$this->mz_crud->set_config($config);
21+
$dataTable = $this->mz_crud->list_('users');
22+

0 commit comments

Comments
 (0)