Use CodeIgniter Framework, Twitter Bootstrap, Some Ajax, Javascript Code.
To test it on your own server:
- Load the testproject.sql
- Change Application/config/config confirguration as following:
$config['base_url'] = 'http://localhost/testproject/';
- 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