Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 592 Bytes

File metadata and controls

17 lines (10 loc) · 592 Bytes

CodeIgniter-Chat-Application

The chat application for CodeIgniter, that provides a lot of functions as in social networks

Works with HMVC + REST_Controller library.

Database dump you can see in data/ folder near sql file.

To install - copy all files in your web server domains directory. Import igniter.sql file in your database. Configure your application/config/database.php file as below:

$db['default']['hostname'] = 'your host name';

$db['default']['username'] = 'your username';

$db['default']['password'] = 'your password';

And load http://localhost/yourdomain/ =) Good Luck!