panique / mini2

Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
MIT License
417 stars 102 forks source link

How can I pass argument without index method writting in the url #23

Closed rahulbehl91 closed 10 years ago

rahulbehl91 commented 10 years ago

I have created a Controller Products and I pass argument through index method like http://127.0.0.1/product/index/123

How can I make it work like http://127.0.0.1/product/123

I would really appreciate your help on this topic.