Zend Framework は初めてです。次のようなページがあります。
http://localhost/demo/public/index/index/catid/art
私はそれをに変えたい
http://localhost/demo/public/art
やり方がわかりません。
また、なぜindex
2回入れるのですか?私のページネーションでさえ、次のようにそれを持っています:
http://localhost/demo/public/index/index/page/2
私の意見では、少し面倒です。ページネーションをしてほしい
http://localhost/demo/public/page/2
それを行う方法はありますか?ありがとう!