Skip to content

Instantly share code, notes, and snippets.

@okaprinarjaya
Created July 13, 2012 14:33
Show Gist options
  • Save okaprinarjaya/3105215 to your computer and use it in GitHub Desktop.
Save okaprinarjaya/3105215 to your computer and use it in GitHub Desktop.
<?php
class ProductController extends Controller {
public function index() {
$this->renderTemplate('index');
}
public function sebuahMethodAction() {
$this->renderTemplate('sebuah_method_action');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment