for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Controller\Component;
use Ajax\php\cakephp\_JsUtils;
use Cake\Controller\Component;
use Ajax\Semantic;
class JsUtilsComponent extends Component {
/**
* @var Ajax\php\cakephp\_JsUtils
*/
public $jquery;
public function initialize(array $config){
\extract($config);
$this->jquery=new _JsUtils();
if(isset($semantic)){
$this->jquery->semantic(new Semantic());
}