Newer
Older
<?php defined('SYSPATH') or die('No direct script access.');
class Controller_Teacher_Rating extends Controller_UserEnvi {
public function action_edit()
{
$twig = Twig::factory('base');
$twig->User = $this->UserInfo;
// PUT YOUR CODE HERE
$this->response->body($twig);
}
}