Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
5fcfbaba16e72fb870e77d66fce303b96edfc49d
/
.
/
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 */