Codeigniter根据功能链接?

时间:2014-01-20 12:43:34

标签: codeigniter

在我的codeigniter代码中有一个php控制器产品。

<?php      
  class Product extends CI_Controller      
  {          
    function index($product_id)          
    { 
        ......
       ....
    }
  }

这个功能的链接是什么。我在localhost/demo/product/index/2尝试2 product_iddemoproject_name。但这个链接不起作用?

0 个答案:

没有答案