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
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:14
Ajax\php\cakephp\_JsUtils
Definition
_JsUtils.php:11
App\Controller\Component\JsUtilsComponent
Definition
JsUtilsComponent.php:9
App\Controller\Component\JsUtilsComponent\$jquery
$jquery
Definition
JsUtilsComponent.php:13
App\Controller\Component\JsUtilsComponent\initialize
initialize(array $config)
Definition
JsUtilsComponent.php:14
App\Controller\Component
Definition
JsUtilsComponent.php:3
Ajax
php
cakephp
JsUtilsComponent.php
Generated on Sun Dec 10 2023 16:15:59 for
phpMv-UI
by
doxygen
1.9.8