Skip to content

CodeIgniter-Crud

Latest
Compare
Choose a tag to compare
@RatulHasan RatulHasan released this 19 Sep 22:07
· 2 commits to master since this release

Welcome to the CodeIgniter-Crud!

License

  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.