0
class Barcode extends CI_Controller
{
function index($barcode, $text='', $format="PNG", $quality=100, $width=160, $height=80, $type=1)
}
を「名前/ Name」を渡し:CodeIgniterのは、私は、以下の機能を持っていると私は、URLに次のように渡したいURLに一つのパラメータとして
http://localhost/index.php/barcode/index/1/Test%2FTest/PNG/100/256/80/1
しかし、私は404ときを取得これをしようとしている。
彼のやり方は問題ありません。 CIの['uri_to_assoc()'](http://codeigniter.com/user_guide/libraries/uri.html)およびPHPの['func_get_args()'](http://php.net/manual/en/function .func-get-args.php)。これは、コード化されたスラッシュの問題です。私には、サーバー* 404(CIではない)があります。どうして、「.htaccess」と関係があるのか分かりません。 –