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
3
namespace
App\Controller\Component
;
4
5
use
Ajax\php\cakephp\_JsUtils
;
6
use
Cake\Controller\Component
;
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
}
Ajax\Semantic
Definition:
Semantic.php:13
App\Controller\Component\JsUtilsComponent\$jquery
$jquery
Definition:
JsUtilsComponent.php:13
Semantic
App\Controller\Component\JsUtilsComponent\initialize
initialize(array $config)
Definition:
JsUtilsComponent.php:14
App\Controller\Component\JsUtilsComponent
Definition:
JsUtilsComponent.php:9
Component
App\Controller\Component
Definition:
JsUtilsComponent.php:3
_JsUtils
Ajax\php\cakephp\_JsUtils
Definition:
_JsUtils.php:11
Ajax
php
cakephp
JsUtilsComponent.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13