From a9924b8352aa18869677bea0182c45e2a7e2ce37 Mon Sep 17 00:00:00 2001 From: Greg Aker Date: Tue, 8 Mar 2011 22:07:55 -0600 Subject: Would have helped if I saved the file before committing. see 849bdda643ee --- application/controllers/welcome.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index 4ed67500b..21bef43d9 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -2,6 +2,21 @@ class Welcome extends CI_Controller { + /** + * Index Page for this controller. + * + * Maps to the following URL + * http://example.com/index.php/welcome + * - or - + * http://example.com/index.php/welcome/index + * - or - + * Since this controller is set as the default controller in + * config/routes.php, it's displayed at http://example.com/ + * + * So any other public methods not prefixed with an underscore will + * map to /index.php/welcome/ + * @see http://codeigniter.com/user_guide/general/urls.html + */ public function index() { $this->load->view('welcome_message'); -- cgit v1.2.3-24-g4f1b