/** * @GET */ public function index() { $xcrud = Xcrud::get_instance(); $xcrud->table('customers'); //return $xcrud->render(); $v = new HtmlView("/test", array("content" => $xcrud->render())); return $v; }
<?php include '../../../../../bootstrap.php'; //header('Content-Type: text/html; charset=' . \Main\ThirdParty\Xcrud\Xcrud_config::$mbencoding); echo \Main\ThirdParty\Xcrud\Xcrud::get_requested_instance();