Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
c5b044b739234c1e1635d4a4647b3440c44f4fa3
/
.
/
application
/
controllers
/
welcome.php
blob: bd134e7e69b175a0167d3a6969a408edf2e5acdb [
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: ./application/controllers/welcome.php */