Example #1
0
 /**
  * @GET
  */
 public function index()
 {
     $xcrud = Xcrud::get_instance();
     $xcrud->table('customers');
     //return $xcrud->render();
     $v = new HtmlView("/test", array("content" => $xcrud->render()));
     return $v;
 }
Example #2
0
<?php

include '../../../../../bootstrap.php';
//header('Content-Type: text/html; charset=' . \Main\ThirdParty\Xcrud\Xcrud_config::$mbencoding);
echo \Main\ThirdParty\Xcrud\Xcrud::get_requested_instance();