We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e6dbd commit 0d522f3Copy full SHA for 0d522f3
1 file changed
README.md
@@ -1,7 +1,12 @@
1
# CodeIgniter Model Class
2
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.
+CodeIgniter Model is an extended class for CI_Model, it will help you to :
+
5
+- CRUD operations.
6
+- Auto-save for multilang tables.
7
+- Fetch data using associations like oneToMany, ManyToOne
8
+- Apply filters to results
9
+- Pagination...
10
11
# Installation
12
0 commit comments