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

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