An open API service indexing awesome lists of open source software.

https://github.com/aasif-iqbal/crud-in-codeigniter

The CRUD paradigm is common in constructing web applications, because it provides a memorable framework for reminding developers of how to construct full, usable models.
https://github.com/aasif-iqbal/crud-in-codeigniter

Last synced: about 2 months ago
JSON representation

The CRUD paradigm is common in constructing web applications, because it provides a memorable framework for reminding developers of how to construct full, usable models.

Awesome Lists containing this project

README

        

# Crud-In-Codeigniter

### 1. Home Page
![](screensort/data-table.png)

### 2. Add Employee Details
![](screensort/add.png)

### 3. Validation Check
![](screensort/add-validation.png)

### 4. Edit Record
![](screensort/Edit.png)

### 5. Update notification
![](screensort/update-notification.png)

### 6. Delete Record
![](screensort/deleted.png)

### 7. Search
![](screensort/search.png)

### 8. No Match Found
![](screensort/no_match_found.png)