コード例 #1
0
 public function dispatch()
 {
     $url = implode('/', $this->request->params['pass']);
     $Dispatcher = new AssetsDispatcher();
     $Dispatcher->dispatch($url, $this->response);
 }
コード例 #2
0
ファイル: asset.php プロジェクト: rodrigorm/asset-plugin
<?php

App::uses('AssetsDispatcher', 'Asset.Lib');
$Dispatcher = new AssetsDispatcher();
$Dispatcher->dispatch($url, $response);