Shuck'd CI Home.php


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. class Home extends Controller
  3. {
  4.  
  5. function Home()
  6. {
  7. parent::Controller();
  8. }
  9.  
  10. function index()
  11. {
  12. echo "Hello World!";
  13. }
  14.  
  15. }
  16. ?>

URL: http://www.shuckd.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.