Coder Social home page Coder Social logo

codeigniter-crud's Introduction

How to Run in Local

  • Php is Installed
  • xampp or mamp and Composer is Downloaded
  • Run xampp or mamp servers
  • Download Zip & unzip it
  • rename folder to ("codeigniter-CRUD")
  • move folder to htdocs/
  • Create database with name "codeigniter-CRUD"
  • Import sql file in phpmyadmin from "/" directory
  • change credentials in htdocs/codeigniter/application/config/database.php
  • Then run in browser localhost/codeigniter-CRUD/crud/

How do i made this Project

  • Downloaded codeigniter 3 inital code from " https://codeigniter.com/download "

  • Basically MVC ( Model - View - Controller )

  • Model - having php class & query

  • View - having frontend part

  • Controller - handle http request

  • Change htdocs/codeigniter-CRUD/application/config/config.php

  • URL have controller class names

  • made .htaccess to remove index.php from http://localhost:8888/codeigniter-CRUD/index.php

  • use of base_url(); function , to use it change in autoload.php ( $autoload['helper'] = array('url'); )

  • Make dummy table in db ( localhost/phpmyadmin )

  • change in autoload.php ($autoload['libraries'] = array('database','form_validation','session');)

  • Also change in database.php , change credentials

  • for loading the model , change autoload.php $autoload['model'] = array('crud_model');

  • for CRUD - change MVC files only

  • Set default controller from routes.php

codeigniter-crud's People

Contributors

apoorvaron avatar aryangarg02 avatar nancy-jaiswal avatar udaysangwan30 avatar anshikaa27 avatar deb3121 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.