Coder Social home page Coder Social logo

ci-login's Introduction

Tutorial CodeIgniter Login Example using Twitter Bootstrap

View full tutorial on my blog post.

CI Login is a sample CodeIgniter application built with PHP, jQuery, MySQL database and Twitter Bootstrap for responsive Graphical User Interface.

The application allow you to :

  • Create or Register new account and save it into database.
  • Login with your existing account and navigate to user logged in area.

How to setup the application

If you're running application on localhost or local web server, try the following method below :

  1. Download the source code.

  2. Extract .zip file on your document root.

  3. Create .htaccess file on your root directory :

    RewriteEngine on
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    
    RewriteRule .* index.php/$0 [PT,L]
    

    don't forget to enable mod_rewrite module on your Apache configuration.

  4. Setup MySQL Database, create new database. Match your database user, name and password with database.php in directory application/config/ and Export ci-login.sql using phpMyAdmin or another tools you like.

Contact / Support

Feel free to contact me by email [email protected], my [blog] 1 or visit my [website] 2.

ci-login's People

Contributors

adit-gudhel avatar

Watchers

 avatar  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.