É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:
2024-05-17 12:08:35 +02:00
parent 78c3cb4a08
commit 4de57dd9cb
3 changed files with 42 additions and 4 deletions

View File

@@ -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';
/*
|--------------------------------------------------------------------------

View File

@@ -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,