Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
63277b81edde11b77ff94cbf1c3e5db16c97c4bf
/
.
/
application
/
controllers
/
welcome.php
blob: 3c2f7e1cf8d31ff52dc3afa4ecc211104a9f5ac7 [
file
] [
log
] [
blame
]
<?
php
class
Welcome
extends
CI_Controller
{
function
Welcome
()
{
parent
::
CI_Controller
();
}
function
index
()
{
$this
->
load
->
view
(
'welcome_message'
);
}
}
/* End of file welcome.php */
/* Location: ./application/controllers/welcome.php */