https://github.com/ratulhasan/codeigniter-crud
Creating crud with codeigniter with just a click
https://github.com/ratulhasan/codeigniter-crud
codeigniter codeigniter-crud crud crud-application crud-generator crud-operation
Last synced: about 1 month ago
JSON representation
Creating crud with codeigniter with just a click
- Host: GitHub
- URL: https://github.com/ratulhasan/codeigniter-crud
- Owner: RatulHasan
- License: mit
- Created: 2017-07-25T12:43:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T05:10:54.000Z (over 8 years ago)
- Last Synced: 2025-09-16T00:54:51.462Z (9 months ago)
- Topics: codeigniter, codeigniter-crud, crud, crud-application, crud-generator, crud-operation
- Language: PHP
- Size: 8.79 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the CodeIgniter-Crud!
1) Place Create_crud in your project's controller folder & link it to your navigation.
2) Place Create_crud_Model in your models folder.
3) Place crud_form in your views/crud folder.
4) All you have to give your desire (database) table name.
5) And view path (Where you want to store your view file) exclude views folder name, such employee not views/employee.
6) click Save and it's done.