Esempio n. 1
0
 public function dispatch()
 {
     $url = implode('/', $this->request->params['pass']);
     $Dispatcher = new AssetsDispatcher();
     $Dispatcher->dispatch($url, $this->response);
 }
Esempio n. 2
0
<?php

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