advanced code snippet search
crewsd on 07/14/09
07/14/09 11:02pm
URL: http://www.shuckd.com
<?phpclass Home extends Controller{ function Home() { parent::Controller(); } function index() { echo "Hello World!"; } }?>
Report this snippet Tweet
Comment:
You need to login to post a comment.