Écriture du readme.md + Configuration de la base de données (database.php) et de CodeIgniter en général (config.php)
This commit is contained in:
@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
| a PHP script and you can easily do that on your own.
|
||||
|
|
||||
*/
|
||||
$config['base_url'] = '';
|
||||
$config['base_url'] = '/stiti/SAE2.02/CodeIgniter-3.1.13';
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@@ -76,9 +76,9 @@ $query_builder = TRUE;
|
||||
$db['default'] = array(
|
||||
'dsn' => '',
|
||||
'hostname' => 'localhost',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'database' => '',
|
||||
'username' => 'stiti',
|
||||
'password' => 'stiti1234',
|
||||
'database' => 'stiti',
|
||||
'dbdriver' => 'mysqli',
|
||||
'dbprefix' => '',
|
||||
'pconnect' => FALSE,
|
||||
|
Reference in New Issue
Block a user