Revision: 15729
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 14, 2009 23:02 by crewsd
Initial Code
<?php
class Home extends Controller
{
function Home()
{
parent::Controller();
}
function index()
{
echo "Hello World!";
}
}
?>
Initial URL
http://www.shuckd.com
Initial Description
Initial Title
Shuck'd CI Home.php
Initial Tags
Initial Language
PHP