Archive for June, 2010

Initial configuration

Tuesday, June 1st, 2010

When you start a new project, below are some configuration that you might need to change.

FORMAT: filename — what to change

  • index.php — change application folder name
  • application/config/database.php — change db username, password and db name
  • application/config/autoload.php — set library and helper to be autloaded. Some of common lib/helper – database, url, template(external lib)
  • application/config/routes.php — change default controller
  • application/config/config.php — change base url and index page name