Skip to content

Instantly share code, notes, and snippets.

@blogcacanid
Created June 17, 2020 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blogcacanid/a8a5ccd51e412d97fcbac3beb8e62f16 to your computer and use it in GitHub Desktop.
Save blogcacanid/a8a5ccd51e412d97fcbac3beb8e62f16 to your computer and use it in GitHub Desktop.
Hello.php Belajar CodeIgniter 4
<?php namespace App\Controllers;
class Hello extends BaseController
{
public function index()
{
return view('view_hello');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment