Skip to content

Commit 0d522f3

Browse files
committed
README
1 parent 64e6dbd commit 0d522f3

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# CodeIgniter Model Class
22

3-
CodeIgniter Model is an extended class for CI_Model, it allows you to manipulate CRUD operations in an easy way.
4-
It support multilang and relations between tables.
3+
CodeIgniter Model is an extended class for CI_Model, it will help you to :
4+
5+
- CRUD operations.
6+
- Auto-save for multilang tables.
7+
- Fetch data using associations like oneToMany, ManyToOne
8+
- Apply filters to results
9+
- Pagination...
510

611
# Installation
712

0 commit comments

Comments
 (0)