CodeIngiter 3.0.4
/bbs/#action/#category/#index
- lists(index)
- view
- write
/database/codeigniter_test.sql
/* /application/config/database.php */
$db['default'] = array( // THIS IS PRIVATE DATA! SHOULD NOT PUSH CODE TO PUBLIC REPOSITORY!
// ...
'hostname' => 'localhost',
'username' => 'root',
'password' => '0000',
'database' => 'codeigniter_test',
'dbdriver' => 'mysqli',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci'
// ...
);