Skip to content

Use CodeIgniter Framework, Twitter Bootstrap, Some Ajax, Javascript Code.

Notifications You must be signed in to change notification settings

leiw414/TaskManager_CodeIgniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TaskManager_CodeIgniter

Use CodeIgniter Framework, Twitter Bootstrap, Some Ajax, Javascript Code.

To test it on your own server:

  1. Load the testproject.sql
  2. Change Application/config/config confirguration as following:
$config['base_url']	= 'http://localhost/testproject/';
  1. Change Application/config/database configuration as following:
   $db['default']['hostname'] = 'localhost';
   $db['default']['username'] = 'yourdatabaseusernamehere';
   $db['default']['password'] = 'yourdatabasepasswordhere';
   $db['default']['database'] = 'testproject';

For your convience, you can use the following sample account to test: Email:[email protected] Password: nihaoma

About

Use CodeIgniter Framework, Twitter Bootstrap, Some Ajax, Javascript Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published