Is there a CakePHP component/plugin that does permanent links for ajax pages?
问题 I'm using the JsHelper to write JS links to use ajax to load in a page. Like this: <?= $this->Js->link($item['Series']['title'], array( 'controller' => 'series', 'action' => 'view', $item['Series']['id'] ), array('update' => '#menu-items')); ?> This is working fine, but now I'd like to add it so that you can link to these pages. So, for example, when you click the link it would redirect you to example.com/#!/series/2 . You could then also go to this url and the correct page would be loaded in