Skip to content

leiw414/CodeIgniter-fiteveryone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter-fiteveryone

PHP based Web application built with CodeIgniter

#CodeIgniter - PHP/MYSQL WEb Application

If you would like to clone the code to your localhost to take a look at it, you should change the Database configuration. For the database I used called 'fiteveryone,' I put the sql script under the 'fitevryone' directory. The settings in ‘fiteveryone/application/config/database.php’ must be set to reflect your local database configuration. The following entries are specific to your local environment:


$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'yourdatabaseusernamehere';
$db['default']['password'] = 'yourdatabasepasswordhere';
$db['default']['database'] = 'fiteveryone';

About

PHP based Web application built with CodeIgniter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published