Skip to content

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

License

Notifications You must be signed in to change notification settings

fiWhy/CodeIgniter-Chat-Application

Repository files navigation

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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages