phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
JsUtilsComponent.php
Go to the documentation of this file.
1 <?php
2 
4 
7 use Ajax\Semantic;
8 
9 class 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 }