24 $this->jquery = $controller->jquery;
26 $this->semantic = $this->jquery->semantic();
29 public function renderView(
string $viewName,array $parameters=[],
bool $asString=
false){
30 return $this->jquery->renderView($viewName,$parameters,$asString);
34 echo $this->jquery->compile();
Ajax$UIService This class is part of phpMv-UI.
__construct(Controller $controller)
renderView(string $viewName, array $parameters=[], bool $asString=false)