phpMv -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
JsUtilsComponent.php
Go to the documentation of this file.
1<?php
2
4
6use Cake\Controller\Component;
8
9class JsUtilsComponent extends Component {
13 public $jquery;
14 public function initialize(array $config){
15 \extract($config);
16 $this->jquery=new _JsUtils();
17 if(isset($semantic)){
18 $this->jquery->semantic(new Semantic());
19 }
20 }
21}