From 20292311636837e120d205e470e41826820feb46 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 22 Jul 2013 14:29:10 +0300 Subject: Change class filenames to Ucfirst --- application/controllers/Welcome.php | 53 +++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 application/controllers/Welcome.php (limited to 'application/controllers/Welcome.php') diff --git a/application/controllers/Welcome.php b/application/controllers/Welcome.php new file mode 100644 index 000000000..31ceea948 --- /dev/null +++ b/application/controllers/Welcome.php @@ -0,0 +1,53 @@ + + * @see http://codeigniter.com/user_guide/general/urls.html + */ + public function index() + { + $this->load->view('welcome_message'); + } +} + +/* End of file welcome.php */ +/* Location: ./application/controllers/Welcome.php */ \ No newline at end of file -- cgit v1.2.3-24-g4f1b