美しいURLを作成するためのcakephpのルーティングについて読んでいます。私はこれをやっています:
Router::connect('/p/*', array('controller' => 'productSaleOptions', 'action' => 'viewByProduct'));
次に、テンプレートファイルでこれを行います
<?= $html->link($new_smartphone_products_sale[$index]['Product']['name'], array("controller" => "p", $new_smartphone_products_sale[$index]['Product']['slug'], "slug")); ?>
このリンクをエコーする理由がわかりません:
http://localhost/Viettablet/p/index/iphone-5-32gb-quoc-te-ll
アクション「インデックス」が表示される理由がわかりません。助けてください、ありがとう