Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 717 Bytes

File metadata and controls

26 lines (19 loc) · 717 Bytes

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:leiw414@gmail.com Password: nihaoma