通常は URL の文字列と関連するコントローラのクラス/メソッドには一対一の 関係があります。 URI の中のセグメントは通常 ...
In codeigniter, normally the routing is in the manner "host.com/controller/method/id" means, typically there is a one-to-one relationship between a URL string and its ...
PHPのフレームワークの一つであるCodeIgniterをワケあって触ってみた。 んで、いくらか今まで触ってきたフレームワークとは違うとこがあったので、それをまとめる。 ちなみにぼくが触ってみたCodeIgniterのバージョンは、3.1.0で、 動作環境はMac OSの上にDockerを ...