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