Skip to content

simple codeginiter CRUD operation app to manage posts ,search post functionality with ajax ,bootstrap

License

Notifications You must be signed in to change notification settings

nirav-gajera/codeigniter-crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codeigniter-crud

simple codeginiter CRUD operation app to manage posts with bootstrap

Installation

  1. import database codeid_blog in your sql
  2. change database name with your database name in application/config/database.php
  3. change $config['base_url'] = 'http://localhost:8080/codeig_blog'; with your base_url in application/config/config.php
  4. run http://localhost:8080/codeig_blog and you're good to go!